Skip to main content

Text (SMS)

The text (SMS) screen enables you to configure settings for integrating Twilio into your website.

Accessing the screen

In the left sidebar menu, under "SETTINGS", click [Channels] -> [Messaging] -> [Text (SMS)].

Image from Gyazo

Item descriptions

Image from Gyazo

Item/ButtonDescription
Text (SMS)Option to enable the text message (SMS) function.
Account SIDYour Twilio account SID.
Account tokenYour Twilio account token.
Twilio phone numberYour Twilio phone number.
UpdateClick to apply the changes you made on this screen.

Test send

The test send form is displayed when the text (SMS) function is enabled and the Account SID and Twilio phone number are configured. Using the saved settings, you can send an actual SMS to verify that the integration is configured correctly.

caution

Sending a test will send a real SMS to the specified phone number.

Image from Gyazo

FieldDescription
Contact numberEnter the destination phone number (e.g. 09012345678).
MessageEnter the text to send.
TestClick [Test] to send the entered message as an SMS. If the send succeeds, "Has been sent." is displayed; if it fails, "Message send failure." is displayed.

Sample usage

After configuring the text (SMS) settings, copy the following code into the batch process or original process to send text messages.

{sendmail var=result to="(phone number)@twilio.r-cms.jp" subject="Test" contents="This is a test"}

Use the Twilio(SMS) template in [Operation] -> [Message template].

Image from Gyazo


Support

If you have any other questions, please contact us or check out Our Slack Community.