Twilio
Last updated
Last updated
The Twilio service allows you to send automated text/sms/mms messages from your app using the .
NOTE: All profile settings are encrypted and stored in Zingy's cloud infrastructure.
Twilio allows you to use its API services using either Auth Tokens or API Keys with Key secrets.
If you plan on using API Key, enter the value here.
The Twilio service does not have any connection specific settings.
Use this command to send a text/sms/mms using the Twilio service.
When invoking this operation, an object with the following properties is required:
fromPhone
fromService
toPhone
msg
The message body.
customProps
Use this command to list messages in your Twilio account.
When invoking this operation, an object with the following properties is required:
criteria
limit
Optional. Limit the number of messages listed per page.
Use this command to retrieve/fetch a specific text/sms/mms message in your Twilio account.
When invoking this operation, an object with the following properties is required:
sid
The unique Message SID identifying the message to be read.
When invoking this operation, an object with the following properties is required:
sid
The unique Message SID identifying the message to be updated.
customProps
Object containing properties to be updated. Please note that Twilio restricts specific properties from being updated based on the status of the message.
Use this command delete a text/sms/mms message in your Twilio account.
When invoking this operation, an object with the following properties is required:
sid
The unique Message SID identifying the message to be deleted.
This command does not provide any output beyond the Success/Fail status.
To access the Twilio client initialized with credentials saved on this Twilio service connection, see the following example:
You may also initialize a seperate Twilio client, by specifying account credentials directly:
Enter your here.
Click for more information.
If you entered a API Key above, enter the API Key Secret value here. If not, enter your Twilio account's here.
Click for more information on Auth Token vs API Keys.
The block is available in both and . Using this block you can add logic to trigger the operations/commands supported by the Sendgrid service.
For security purposes, all operations/commands offered by the Twilio service are only available in and cannot be used in .
A origination phone number in .
Optional. If sending the message as part of a campaign, specify the here.
The recipient phone number in in .
Optional. For advanced users, this specifies an object with properties based on parameters used by the .
containing information about the message. Please refer to the for details.
Optional. Object containing criteria for listing as specified by the .
of messages retrieved based on the criteria specified.
representing the message.
Use this command update properties of a text/sms/mms message in your Twilio account. This command is usually used to .
containing information about the message. Please refer to the for details.
In your app's Cloud Flow Web Hooks and Background Tasks, the block can be used to access and implement advanced functionality related to the Twilio messaging service.
After the client
object is initialized, you can use it to call into the Twilio library. Refer to documentation for more information.