See also: Double opt-in for SMS
There are two collections in our Push contacts API endpoint for SMS double opt-in.
SMS subscriptions sent via other collections will be ignored.
Trigger a double opt-in SMS via API
You can send Ometria an SMS subscription update via our Push contacts API endpoint.
Send the contacts in a separate collection called optin:sms.
This will trigger a double opt-in SMS to each of those contacts.
The request should only contain:
- identifiers (i.e.
"id","email", or"phone_number"); "dt_updated_marketing""allow_marketing"
Follow this API recipe on our developer docs site: SMS double opt-in
Double opt-in legacy contacts via API
If you already have contacts who were double opted-in to SMS using a different method and you'd like to update their double opt-in status in the SMS consent audit log, you can send an update via our Push contacts API endpoint.
Send the contacts in a separate collection called double_optin:sms.
This automatically double opts-in those contacts without triggering an SMS.
Comments
0 comments
Article is closed for comments.