Send SMS
Stuff You Need to Know
This component sends an SMS message using ClickSend. In order to use this, please sign up for a ClickSend account here. Once you have done that, you will enter your username and password for ClickSend into the Settings of this component.
How to Configure
Component-specific settings:
- msg (field) - Enter the message that will go into the SMS here.
- to (field) - Enter the phone number for the recipient here. This needs to be in the E.164 standard format, which looks like the following: +[country code][subscriber number]. An example US phone number would be +18888511920.
- ClickSend authentication
- username: Your ClickSend username
- password: Your ClickSend password
Standard settings:
Click here to view information on standard settings.
What Happens Next
In the *msg* field, you can retrieve data from the previous component. The Console tab of that component displays the json response. To use the response data, enter {msg.<your json path here>}. Read more about Using a Component's Response Data here!