Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created December 20, 2019 10:48
Embed
What would you like to do?
Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
POST /sms/v1/messageContact/MzA6Nzg6MA/send
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN
{
"mobileNumbers": [
"13175551212"
],
"Subscribe": true,
"Resubscribe": true,
"keyword": "JOINSMS"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment