Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
An array of recipient objects to send the Message(s) to.
The sending identity to associate with the Message(s).
A schedule defines when a communication will be sent to a recipient.
The location (uri) of the Operation resource. Issue a GET request to this URI to retrieve the status of the Operation.
The location (uri) of the Operation resource identified by operationId.
The content of the Message.
Use the Liquid templating language for personalization in any text-based field.
When using a templated content,
use the variables field on each recipient to specify
the values to substitute.
For each variable you specify in your template, you should have
a matching key in each recipient’s variables object.
When targeting Audience or Profile recipients, you may specify variables
with values that reference stored traits on the Profile — for example:
${Twilio.Profile.firstName} or ${Twilio.Profile.myCustomField}.
Custom metadata in the form of key-value pairs. Maximum size of a tag key is 128 characters. Maximum size of a tag value is 256 characters. There can be a maximum of 10 key-value pairs.
This field can be templated with Liquid.
Specify variables with each recipient for personalization.