Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Recipient's iMessage address. Must be in E.164 format (unless it is an email, however this method is not recommended).
"+1234567890"
The iMessage to send
"Hello, world!"
Your leased iMessage number. If none is provided, we will use a random iMessage number of yours.
"+15555555555"
Should Contiguity fallback to SMS/RCS if the recipient does not have iMessage, or if iMessage fails to send?
{
"when": ["imessage_unsupported", "imessage_fails"],
"from": "+15555555555"
}
Attachments to send. Must be HTTPS-secured URLs with file extensions. Max 10 attachments, with a cumulative size of 50MB.
10
["https://example.com/image.png"]