Phone.com Connect OpenAPI
Beetexting and Phone.com App
  1. Message API
  • 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
        POST
      • Send MMS
        POST
    • 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
  1. Message API

Send MMS

POST
/message/sendmms

Description :#

Send or receive short text messages in Phone.com. You can send messages sequentially to recipients at up to X requests per minute. A single MMS can include up to (X Characters or Bytes). MMS can include up to X attachments, up to X file size

URL :#

https://connect.beetexting.com/pdc-prod/message/sendmms?from=+15551234890&to=+15553307409&k=j&text=Texting from postman
(While sending the request please make sure to append https://connect.beetexting.com/pdc-prod if the url in the cUrl command starts with /message ...)
**Note : To add the OAuth2.0 Auth Token please see the section 'OAuth2.0 For Phone.com' and 'Postman How-to for Phone.com section'

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/message/sendmms?from=+13467358091&to=+15015304208&text=Test MMS&tag=yourTag&scheduledDateTime' \
--header 'x-api-key: vrSTrsB7qv4jDZFsnaEWz7p3qtp7XvTq718a6SaF' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'
Response Response Example
{
    "result": "Message delivered"
}
Modified at 2025-10-27 17:55:14
Previous
Send SMS
Next
Get All Contacts in an Org
Built with