Skip to main content

Perform a call in Twilio

Perform a call in Twilio.

Application

  • Twilio

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
FromThe number from which to send the messageText (Short)Yes
ToThe number to which to send the messageText (Short)Yes
Use TwiML?Whether to use the Twilio Markup Language in the messageTrue/FalseNo
MessageText (Long)Yes
Status callbackStatus Callbacks allow you to receive events related to the REST resources managed by Twilio: Rooms, Recordings and CompositionsText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A