Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.66 KB

CreateMessage.md

File metadata and controls

14 lines (10 loc) · 1.66 KB

CreateMessage

Properties

Name Type Description Notes
channel string Channel to use to send message over Supported Channels: sms, whatsapp [optional] [default to 'sms']
source string Sender ID for the message which will be displayed to the receiver. It should specification E.164 with international calling codes. - When sending a message to US/Canada, `source` must be a number which belongs to your Karix Subaccount (or main account). - When sending a message over `whatsapp` channel, `source` must be the whatsapp sandbox number from your dashboard or a Whatsapp enabled number added to your account.
destination string[] The destination numbers for the message. - When sending a message over `whatsapp` channel, the `destination` array must contain only one phone number.
content \Karix\Model\CreateMessageContent
events_url string Status change events for the `queued` messages will be sent to `events_url`. - Please read more about Karix Events structure. - A message sent over `whatsapp` channel might generate a `read` event directly and skip the `delivered` event. A message for which you receive a `read` event should be considered `delivered` as well. [optional]

[Back to Model list] [Back to API list] [Back to README]