Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.58 KB

twilio.md

File metadata and controls

55 lines (34 loc) · 1.58 KB
description
Seamlessly integrate Twilio text messaging with your favorite APIs, databases, and programming languages, using WayScript.

Twilio

Send text messages.

{% hint style="info" %} Check out Twilio on GitHub. {% endhint %}

{% hint style="info" %} If you would like to send text messages to yourself, check out the Text Message module. {% endhint %}

🔗 Setting up Your Account

{% hint style="warning" %} This module requires that you have a Twilio SMS account. If you don't, please set one up before continuing. {% endhint %}

1) Add New Account

Click 'Add New Account' in your Twilio Module Settings.

Twilio Settings

2) Go to your Twilio Dashboard

3) Input API Key Data

From your Twilio Dashboard, grab your Account Name, Account SID, and Auth Token.

On Twilio Dashboard

Copy and paste the data into the WayScript modal.

Press submit.

⚙ Settings

  • Twilio Phone Number - Input your Twilio SMS phone number.
    • Required Format: +12223334567

📥 Inputs

  • Phone Number - This is the phone number you are sending a message to.
    • Required Format: +12223334567
  • Text Message - This is your message.You can include variable values in your messages.