Attentive SMS Beta

Sailthru has developed a brand-new integration with Attentive, expanding our SMS support to enable multi-channel journeys in Lifecycle Optimizer.

When using Attentive SMS with Sailthru you can now: 

  • Send Attentive SMS & MMS from Lifecycle Optimizer 
  • Build Sailthru-native SMS templates for Attentive messages 
  • Write SMS opt-in changes via the Sailthru User API 
  • Report on sent SMS in your Lifecycle Optimizer step metrics. 

Note: This integration is in beta. If you would like to be part of the beta, contact your CSM.

Setup

Work with your Customer Success Manager at Attentive to get access to an API token specifically for the “legacy Attentive API” to use the Sailthru integration.

Features

Create Sailthru Templates for Attentive SMS & MMS Messages 

We’ve built out a brand-new SMS template editor that allows you to easily create SMS messages, completely personalizable with Zephyr. Included this editor is a dynamic preview, allowing you to see your message fully personalized to your own Sailthru profile. 

In addition, you can add an Attentive Message ID for performance tracking of the message in Attentive. To get a Message ID, please reach out to Attentive Support or your Attentive CSM. 

MMS Support: We’ve included support to send Attentive MMS messages by providing a valid media URL. Note Attentive has a 500kb max file size for media. 

Send SMS in Lifecycle Optimizer 

Choose your template and activate flow! Messages successfully sent to Attentive will be reported in the Step Metrics UI. Note that these are messages successfully sent to Attentive, and your actual delivered count from Attentive may be different.

SMS Opt-In Status

Write and read SMS opt-in status from the User API 

You can now write an SMS opt-out status via the Sailthru User API. Valid values are opt-in and opt-out. 


{ 
"id": "best_subscriber@gmail.com", 
"keys": { 
"sms": "+15555555555" 
}, 
"optout_sms_status": "opt-in" 
} 

Or by phone number alone: 


{ 
"id": "+15555555555", 
"key": "sms", 
"optout_sms_status": "opt-in" 
} 

Top