Last active
May 13, 2016 17:18
-
-
Save sendgrid-gists/266a6d5a61273bc027ec743036dda457 to your computer and use it in GitHub Desktop.
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
POST https://api.sendgrid.com/v3/campaigns HTTP/1.1 |
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
{ | |
"title": "March Newsletter", | |
"subject": "New Products for Spring!", | |
"sender_id": 124451, | |
"list_ids": [ | |
110, | |
124 | |
], | |
"segment_ids": [ | |
110 | |
], | |
"categories": [ | |
"spring line" | |
], | |
"suppression_group_id": 42, | |
"ip_pool": "marketing", | |
"html_content": "<html><head><title></title></head><body><p>Check out our spring line!</p></body></html>", | |
"plain_content": "Check out our spring line!" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment