Phone.com Connect OpenAPI
Beetexting and Phone.com App
    • Getting Started
    • OAuth 2.0 for Phone.com
    • Postman How-to for Phone.com OpenAPIs
    • Zapier How-to for Phone.com OpenAPIs
    • FAQ
    • APIs
      • Message API
        • Send SMS
        • Send MMS
      • Contacts
        • Get All Contacts in an Org
        • Find contact using Mobile number
        • Search a contact using Number
        • Create or Update Contact
        • Update contact using Mobile number
        • Update Contact
      • Consent
        • Create Custom Consent
        • Update Custom Consent
        • Get Custom Consent Details Using ID
        • Get All Custom Consents
        • Change Custom Consent Status by Id
        • Add or Remove Custom Consent Type
      • Webhook Subscriptions API
        • Get All Subscriptions
        • Create or Update Subscription
      • Sites API
        • Get Sites

    FAQ

    Q. Do we need to create a Phone.com app in Zapier?
    A. No we don't need to. Phone.com app is already available in Zapier.
    Q. I am trying to add Phone.com to Zapier, and I get a popup message but the window is blank. It never asks me to log in.
    A. Sometimes Zapier may have cache issue. You can try in browser incognito mode.
    Q. How to get the message details when we recieve an inbound message?
    A. This is possible through a few steps.
    1-Subscribe to Phone.com webhooks for message
    2-extract messageId from payload and call getmessagebyId API.
    1-Client applications can subscribe for webhook notifications and listen for various events pertaining to their data in Phone.com, including: inbound and outbound messages.
    You can send below webhook request.
    API End Point : https://connect.beetexting.com/prod/webhooksubscription
    Method: POST
    Request Body:
    First GetAccessToken by sending all OAuth2.0 parameters for your application and logging in to the application. After Getting Access Token use the same as Auth header. Then add the x-api-key header as request header. You can get both of these by following the OAuth 2.0 for Phone.com section in this documentation.
    In the request body use the below webhook request.
    Replace 'organizationId' and 'departmentId' with your organizationId and departmentId. To get
    notifications for 'inbound' messages use 'inbound' as value for direction. For 'outbound' use outbound likewise.
    To know how to do that, please see the section Create or Update Subscription .
    You can use a tool like postman to make above calls. To know more on that please see Postman How-to for Phone.com OpenAPIs
    The above webhook request will send a response as below :
    Response Body:
    Once an Inbound message comes we will send the following payload to the above mentioned callback url. See below the sample payload for the inbound message :
    2-Using the messageId from the above payload, you can call the below end point to get the message details.
    API End Point : https://connect.beetexting.com/prod/message/getmessagebyid/{messageId}
    Method : GET
    **Response: **
    Sample Response :
    Q. How to get a notification whenever a contact is added to Phone.com ?
    A. This is possible through Phone.com webhooks. Client applications can subscribe for webhook notifications and listen for various events pertaining to their data in Phone.com, including: create, update or delete contacts.
    You can send below webhook request.
    First GetAccessToken by sending all OAuth2.0 parameters for your application and logging in to the application. After Getting Access Token use the same as Auth header. Then add the x-api-key header as request header. You can get both of these by following the OAuth 2.0 for Phone.com section in this documentation.
    In the request body use the below webhook request.
    Replace 'organizationId' and 'departmentId' with your organizationId and departmentId.
    To know how to do that, please see the section Create or Update Subscription .
    You can use a tool like postman to make above calls. To know more on that please see Postman How-to for Phone.com OpenAPIs
    Modified at 2025-12-05 15:41:47
    Previous
    Zapier How-to for Phone.com OpenAPIs
    Next
    Send SMS
    Built with