Send SMS

Last published at: April 26th, 2021

Description:

Send SMS to any mobile device

Inputs

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

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 TwilioSendSMSDef example.          

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

  • Click on the “Twiliosendsms” 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 SMS to the given mobile number.