TwilioSendCall Step

Last published at: April 6th, 2021

Description:

Send voice call using Twilio service

Inputs

  • toNumber – Receiver phone number (With country code)
  • message – Enter message to be read 

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

Make sure to configure the Twilio subscription information under the FlowWright configuration settings:

For more info: https://www.twilio.com/

Example:

Let’s build and execute the TwilioSendCallDef example.          

  • Create a new definition called “TwilioSendCallDef
  • Select the definition and click the “design” button
  • Drag a TwilioSendCall step to the canvas
  • Connect the dots between the start and TwilioSendCall step

  • Click on the “Twiliosendcall” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic

  • Save the workflow definition, create a workflow instance and execute. Step should send voice call to the given mobile number.