Contiguity expects the recipient phone number to be formatted in E.164. The SDK does not convert formats.
Send SMS/MMS
Fetch a message
Conversation history
Reactions
Parameters
text.send(params)
Recipient phone number in E.164 format.
The text message content.
Optional sender number (e.g. a leased number).
Optional array of attachment URLs (max 3) for MMS.
Optional. Bypass recommended rate limiting on leased numbers. Requires Fast Track entitlement.
text.get(id)
Message ID returned from send or webhooks.
text.history(params)
Recipient phone number (E.164).
Sender phone number (E.164).
Max number of messages to return.
text.react(action, params)
"add" or "remove".One of:
"love", "thumbsup", "thumbsdown", "haha", "emphasized", "questioned".Message ID, or use
to + from + message to reference the message.Response (send / get / history / react)
Unique identifier for the message (send/react).
Request metadata: id, timestamp, api_version, object.
