We found 12 matches for: twilio

An overview of all twilio blocks currently available, updated daily!

credential list: update

Update a credential list

In-pins

flow
connection
sid
Sid of the list.
name
Name of the list, max 64 chars.

Out-pins

flow
connection
success
sid
SID of the list.
status
Status of the message.
list
Full blown list object as-is given per twilio API.
error code
error
credential list: get

Get a credential list

In-pins

flow
connection
sid
Sid of the list in twilio.

Out-pins

flow
connection
success
sid
SID of the list.
status
Status of the message.
list
Full blown list object as-is given per twilio API.
error code
error
credential: get

Get a existing credential

In-pins

flow
connection
list id
Id of the list (sid).
sid
sid to be used in twilio.

Out-pins

flow
connection
success
sid
SID of the credential.
credential
Full blown credential object as-is given per twilio API.
error code
error
credential: create

Create a new credential

In-pins

flow
connection
list id
Id of the list (sid).
username
username to be used in twilio.
password
password to be used in twilio.

Out-pins

flow
connection
success
sid
SID of the credential.
credential
Full blown credential object as-is given per twilio API.
error code
error
credential: remove

Remove an existing credential

In-pins

flow
connection
list id
Id of the list (sid).
sid
sid to be used in twilio.

Out-pins

flow
connection
success
error code
error
calls: update

Updates the current call status

In-pins

flow
connection
sid
The SID of the call you would like to update.
status
The new call status to be set.
twiml
The twiml to be executed on this call.

Out-pins

flow
connection
success
sid
SID of the call.
status
Status of the message.
call
Full blown call object as-is given per twilio API.
error code
error
credential list: create

Create a credential list

In-pins

flow
connection
name
Name of the list, max 64 chars.

Out-pins

flow
connection
success
sid
SID of the list.
status
Status of the message.
list
Full blown list object as-is given per twilio API.
error code
error
credential: update

Update an existing credential

In-pins

flow
connection
list id
Id of the list (sid).
sid
Sid of the credential.
password
password to be used in twilio.

Out-pins

flow
connection
success
sid
SID of the credential.
credential
Full blown credential object as-is given per twilio API.
error code
error
sms: send message

Send a regular SMS using twilio.

In-pins

flow
connection
to
The mobile number you would like to send a message to, make sure it starts with +{int. number}
from name
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.
message
A custom message you would like the user to receive.
status webhook
An optional HTTP/HTTPS endpoint to post the status to. Status changes include queued, failed, sent, delivered or undelivered.

Out-pins

flow
connection
success
sid
SID of the message.
status
Status of the message.
error code
error
messages: get

Get the current status and information from twilio regarding an existing message.

In-pins

flow
connection
sid
The SID of the message you would like to receive.

Out-pins

flow
connection
success
sid
SID of the message.
status
Status of the message.
message
Full blown message object as-is given per twilio API.
error code
error
whatsapp: send message

Send or reply to a whatsapp message. You can only start new conversations if the message matches a pre-approved whatsapp template.

In-pins

flow
connection
to
The mobile number you would like to send a message to, make sure it starts with +{int. number}
from
The number you would like to send message from, make sure this number is verified for whatsapp use.
message
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.
status webhook
An optional HTTP/HTTPS endpoint to post the status to. Status changes include queued, failed, sent, delivered or undelivered.
media url
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).
actions
Custom Twilio-specific rich embeded actions like geo, see twilio whatsapp features.

Out-pins

flow
connection
success
sid
SID of the message.
status
Status of the message.
error code
error
twilio: connection

Connect with your twilio account to execute API items.

In-pins

flow
account sid
The SID of the twilio account you would like to connect with.
token
The authentication token of the twilio account you would like to connect with.

Out-pins

flow
success
Returns true if tokens are valid.
connection
error