The Proactive SMS Campaign feature allows you to start personalized two-way conversations using Short Message Service (SMS) messages.
To use Proactive SMS Campaigns you need to have:
Ada’s SMS channel
A Twilio account
There is no cost for setting up a Twilio account, although there is a monthly cost per phone number. This cost varies based on client region and the type of phone number (Local Number, Toll-Free Number, Short Code).
There is a cost per SMS message segment sent and received via Twilio. SMS pricing is based on the destination, type of message sent, and the carrier receiving the SMS. Consult Twilio’s SMS Pricing page for pricing details.
Before sending SMS messages with your bot and Twilio account, it is your responsibility to ensure that you are complying with all relevant laws and regulations in your region. For more information, see SMS Guidelines at Twilio’s documentation.
To setup a new Proactive SMS Campaign:
On the Ada dashboard, go to Build > Campaigns.
Click New Campaign. The Create a new Campaign dialog appears.
Click the Choose a channel drop-down menu, then select SMS from the list.
Add a Name and Description to the corresponding dialog fields.
Click Next. The dialog disappears to reveal your new Campaign’s configuration settings.
There are a few configuration options available for your Proactive SMS Campaign. Let’s look at how to set them up.
Campaign content is the messaging for your Campaign. There are two parts to Campaign content:
The Answer sent via SMS to your customers.
The unsubscribe message appended to the end of your Proactive SMS Campaign Answer.
To define the Campaign’s content:
Click the Choose an Answer drop-down menu, then select an Answer from the list. If an appropriate Answer does not yet exist, click Create a new Answer.
Review the unsubscribe messaging appended to your first SMS message of the Campaign. If your bot has multilingual functionality, you can view the translated versions by selecting a language from the drop down menu of enabled languages.
When chatters unsubscribe from receiving text messages they will receive a confirmation message. This message is configurable in Twilio. You can also view and manage unsubscribed chatters in Twilio.
A variable is like a container for storing data. Think of a variable as a placeholder for information that can be unique to each person who interacts with your bot.
You can use existing variables, or create new ones, to use in your Proactive SMS Campaign Answers. There are two ways to create a variable for use in a Proactive SMS Campaign Answer:
Test Webhook Call - Complete a test call to the Proactive SMS Campaign webhook, and include the metadata used to create new variables. Send this test call to a test phone number. This test call creates the variables in Ada that are then available to use in Proactive SMS Campaign Answers. More on triggering Proactive SMS Campaigns with webhooks in the next section.
Test Send to List of Customers - Manually enter or upload a CSV with test phone numbers and metadata content for variables. This test send creates the variables in Ada that are then available to use in Proactive SMS Campaign Answers. More on triggering Proactive SMS Campaigns by sending to a list of customers in the next section.
Prior to sending a Proactive SMS Campaign you must confirm that you are complying with all relevant laws and regulations in your region. This includes, but is not necessarily limited to:
Obtaining customer consent to send a proactive SMS message.
Ensuring SMS messages are only sent at permitted times.
Scheduling is not available for Proactive SMS Campaigns.
It is your responsibility to ensure you are only triggering Proactive SMS Campaigns during the permitted hours of the recipient’s region based on their area code.
To confirm compliance, click the checkbox, then click Save. You can now send your Proactive SMS Campaign to your customers.
Campaign triggers define the parameters in which the Proactive SMS Campaigns are sent to your customers.
Use the Proactive SMS Campaign API to trigger your SMS Campaign to send.
With this API, you can use events from external systems to initiate real-time notifications, such as:
Note that you can only trigger an SMS-based campaign for one recipient per API call. Use the Send to a list option in the dashboard to send SMS messages to multiple recipients at a time.
To trigger a Proactive SMS Campaign to send, make POST calls to this endpoint, replacing {bothandle} with your AI Agent’s handle.
Your bot handle can be found in the upper left corner of your dashboard, above the left navigation bar.
Here’s a payload example for the call:
Please use these fields for your payload. If it contains any additional fields, your AI Agent will ignore them:
You will need to generate an Ada API key to use as a token to authenticate your requests made to the Proactive Campaign API.
Use the API key in the format: Bearer <key>
Example:
Bearer 2926a1304ce6b5ff29c1e7ed9b0bcee6
These are the responses that you may receive after your call was sent. To trouble shoot error responses, please first check the returned response.
A 200 response means that Ada has triggered the campaign and sent the messages to Twilio/SunCo. It does not account for any issues that might impact the messages once they leave the Ada system.
The Proactive SMS Campaign API limits are the following:
Proactive SMS Campaigns can also be sent to a list of customer phone numbers by way of manually entering the phone numbers or uploading a CSV file.
To send to a list of customers by manually entering phone numbers:
Click Send to a list.
Click in the Campaign recipients field.
Manually enter the phone numbers and metadata to create or use variables.
Click in the What language should we send this Campaign in? field. Select the language for this Proactive SMS Campaign send. By default, it will be sent in English.
A Proactive SMS Campaign can only be sent out in one language per send.
When you are ready to send, click Send to these customers.
Click Yes, send the Campaign to send the Campaign Answer to the provided phone numbers in real time.
To send to a list of customers via CSV upload:
Create a CSV of customer data.
Each unique variable is a new column.
Click Send to a list.
Click Upload a CSV.
Select the CSV file from the pop up window.
Click Upload.
Review the list of the phone numbers and metadata for each phone number.
Click in the What language should we send this Campaign in? field. Select the language for this Proactive SMS Campaign send. By default, it will be sent in English.
A Proactive SMS Campaign can only be sent out in one language per send.
When you are ready to send, click Send to these customers.
Click Yes, send the Campaign to send the Campaign Answer to the provided phone numbers in real time.
You can send up to 10,000 proactive SMS sends every day via CSV upload.
You can see data about your Campaign in two reports, which you can find by going to Measure > Reports on your Ada dashboard:
Campaign functionality also works with other features you can use to measure your bot’s success and run experiments on which approaches are the most effective. To ensure your Campaign is properly trackable, be aware of these technical limitations:
An Event included in Proactive SMS Campaigns only works if the Event is tracked within the bot conversation. This includes Events that are tracked with the Event block, or other Event trackable block such as the Request block, Link block, handoff blocks, or action blocks.
A Proactive SMS Campaign included in an Event that is tracked on your website using the Embed2 Javascript API will not work.
A Goal, which is made up of Events, will only work if all of its Events are tracked in bot conversations.
A/B Tests will work as long as the Event that the A/B Test is being measured against is tracked in a bot conversation with the Event block, or other Event trackable block such as the Request block, Link block, handoff blocks, or action blocks.