Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active May 13, 2016 17:18
Show Gist options
  • Save sendgrid-gists/266a6d5a61273bc027ec743036dda457 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/266a6d5a61273bc027ec743036dda457 to your computer and use it in GitHub Desktop.
POST https://api.sendgrid.com/v3/campaigns HTTP/1.1
{
"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