Last active
August 29, 2015 13:56
-
-
Save nivikumar/9162080 to your computer and use it in GitHub Desktop.
Sending an email to a list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl https://vrapi.verticalresponse.com/api/v1/messages/emails/1099511656162 | |
| -H "Authorization: Bearer tndttwx95dsdfsfsfskvc" | |
| -H "Content-Type:application/json" | |
| --request POST --data '{"list_ids":["1099511658955"]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment