Skip to main content

Send a group MMS message

POST 
/messages/group_mms

Send a group MMS message

Request

Body

Message payload

    from addressrequired

    Phone number, in +E.164 format, used to send the message.

    to address[]required

    A list of destinations. No more than 8 destinations are allowed.

    text string

    Message body (i.e., content) as a non-empty string.

    subject string

    Subject of multimedia message

    media_urls url[]

    A list of media URLs. The total media size must be less than 1 MB.

    webhook_url url

    The URL where webhooks related to this message will be sent.

    webhook_failover_url url

    The failover URL where webhooks related to this message will be sent if sending to the primary URL fails.

    use_profile_webhooks boolean

    Default value: true

    If the profile this number is associated with has webhooks, use them for delivery notifications. If webhooks are also specified on the message itself, they will be attempted first, then those on the profile.

Responses

200: Successful response with details about a message.

default: Unexpected error

Callbacks

Loading...