SMS
Using SMS will allow you to:
- Contact customers who are not reachable via other channels. If a customer is not subscribed to push or email notifications, you can send an SMS instead.
- Send transactional notifications, like order statuses, payment alerts, and security codes.
- Send marketing offers. For customers who have agreed to receive promotional SMS, this channel can be even more effective than push notifications and emails.
Like push notifications, each SMS can be personalized by using Dynamic Content.
Adding SMS to Customer Journey
To send SMS using Customer Journey Builder:
1. Ask your development team to associate customer phone numbers with UserId using the /registerDevice method. The phone number must be specified in the “hwid” parameter.
2. If you want to use a text preset, create it in the Content → SMS Presets section. Learn more about creating SMS presets
3. In Customer Journey Builder, add the SMS element:
4. Choose a preset or select Custom content and enter the text of the SMS manually:
5. If necessary, split the flow depending on whether the SMS is delivered and set the delivery waiting time:
6. If the Journey involves users who may also receive push notifications and emails, enable the Send SMS notification across users devices with UserID option. This option ensures that the message is always sent to the correct channel.
To view statistics for each message, go to the Message History section.
You can also send SMS messages using the
createSMSMessage
method. For this, you’ll need assistance from your development team. Be sure to share this link with them for detailed instructions