Skip to content

Instantly share code, notes, and snippets.

@kellyjandrews
Last active August 29, 2015 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kellyjandrews/29ca8d9e8138a75f7494 to your computer and use it in GitHub Desktop.
Save kellyjandrews/29ca8d9e8138a75f7494 to your computer and use it in GitHub Desktop.
POST: https://www.exacttargetapis.com/interaction-experimental/v1/events
Content-Type: application/json
Authorization Bearer <<token>>
{
"ContactKey" : "XXXXXXXXX",
"EventDefinitionKey" : "CONTACT-EVENT-XXXXXXXXX",
"Data" : {
"ContactKey" : "XXXXXXXXX",
"Webinar Name": "test",
"Email Address" : "XXXXXXXXX",
"View Date" : "2014/01/01"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment