Skip to content

Instantly share code, notes, and snippets.

@vahanNasibyan
Last active May 6, 2019 15:21
Show Gist options
  • Save vahanNasibyan/1dfbe1d79881f3ddfdcdba75debf2376 to your computer and use it in GitHub Desktop.
Save vahanNasibyan/1dfbe1d79881f3ddfdcdba75debf2376 to your computer and use it in GitHub Desktop.
Bulk API curl
curl -X POST \
https://api.zipwhip.com/bulk-messaging \
-H 'Authorization: Bearer API_KEY' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d '{
"requestId": "60192740-0ff9-4f9a-cf79-572bafa3ebd5",
"from": "PROVISIONED PHONE NUMBER",
"messages": [
{
"to": [
"GOOGLE VOICE PHONE NUMBER"
],
"text": "Custom Message 1"
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment