credential list: updateUpdate a credential list
Name of the list, max 64 chars. Full blown list object as-is given per twilio API. credential list: getGet a credential list
Sid of the list in twilio. Full blown list object as-is given per twilio API. credential: getGet a existing credential
sid to be used in twilio. Full blown credential object as-is given per twilio API. credential: createCreate a new credential
username to be used in twilio. password to be used in twilio. Full blown credential object as-is given per twilio API. calls: updateUpdates the current call status
The SID of the call you would like to update. The new call status to be set. The twiml to be executed on this call. Full blown call object as-is given per twilio API. credential list: createCreate a credential list
Name of the list, max 64 chars. Full blown list object as-is given per twilio API. credential: updateUpdate an existing credential
password to be used in twilio. Full blown credential object as-is given per twilio API. sms: send messageSend a regular SMS using twilio.
The mobile number you would like to send a message to, make sure it starts with +{int. number} The phone number
or name
you would like to send message from, make sure this number is verified at twilio. Alphanumeric Sender ID can be used if enabled within your Twilio account. A custom message you would like the user to receive. An optional HTTP/HTTPS endpoint to post the status to. Status changes include queued
, failed
, sent
, delivered
or undelivered
. messages: getGet the current status and information from twilio regarding an existing message.
The SID of the message you would like to receive. Full blown message object as-is given per twilio API. whatsapp: send messageSend or reply to a whatsapp message. You can only start new conversations if the message matches a pre-approved whatsapp template.
The mobile number you would like to send a message to, make sure it starts with +{int. number} The number you would like to send message from, make sure this number is verified for whatsapp use. A custom message you would like the user to receive. If the user didn't interact with your whatsapp conversation within the last 24-hours, your message is required to match with one of the pre-submitted templates, read more about Twilio whatsapp templates. Some formatting is allowed, see formatting whatsapp messages on twilio. An optional HTTP/HTTPS endpoint to post the status to. Status changes include queued
, failed
, sent
, delivered
or undelivered
. The URL of the media to send with the message. The media can be of type gif
, png
, and jpeg
and will be formatted correctly on the recipient's device. The media size limit is 5MB
for supported file types (JPEG, PNG, GIF). twilio: connectionConnect with your twilio account to execute API items.
The SID of the twilio account you would like to connect with. The authentication token of the twilio account you would like to connect with. Returns true
if tokens are valid.