Twilio - Send SMS: Custom Function
Build a MindStudio AI that automatically sends text messages that AI creates for you.
What is Twilio?
Twilio is a cloud-based platform that provides programmable communication tools using its web service APIs.
What Can I Do With MindStudio and Twilio?
Build a MindStudio AI that automatically sends text messages that AI creates for you. Ask the app user:
what to text to the target audience, such as a marketing promotion
marketing style of the text message
a link to learn more information about the promoted product or service
the number for who sent the text message
the recipient’s number to receive the text message
What is Required for This Custom Function?
Twilio account.
Twilio string identifier (SID) for that account. See Get Twilio Account SID.
Twilio auth token for that account. See Get Twilio Auth Token.
Twilio - Send SMS Custom Function.
Get Twilio Settings for This Custom Function
Get Twilio Account SID
Navigate to your Twilio account.
Select the Account drop-down menu, and then select the General settings option.
In the Verification code required for access pop-up, enter the security code Twilio sends you to verify access to your account, and then select the Verify button.
Locate the Account SID setting. Note the SID for the Twilio Account SID setting in MindStudio’s Twilio - Send SMS Custom Function.
Get Twilio Auth Token
Return to the General settings option in your Twilio account.
Select the API keys & tokens link below the Twilio Account SID setting.
Locate the Live credentials section.
From the Auth token setting, copy the auth token. Note the auth token for the Twilio Auth Token setting in MindStudio’s Twilio - Send SMS Custom Function.
Configuration
Twilio Account SID
Enter the SID for your Twilio account.
Twilio Auth Token
Enter the text to send to the Discord channel. Optionally, reference a Variable that stores the text. Example:
SMS Text
Enter the text for the text message. Optionally, reference a Variable that stores the text. Example:
FROM Number
Enter the sender’s number sending the text message. Optionally, reference a Variable that stores the sender’s number. Example:
TO Number
Enter the recipient’s number to receive the text message. Optionally, reference a Variable that stores the recipient’s number. Example:
Last updated