Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created April 6, 2020 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/31067ed2abcf259f8025320cfc70f731 to your computer and use it in GitHub Desktop.
Save zuzannamj/31067ed2abcf259f8025320cfc70f731 to your computer and use it in GitHub Desktop.
Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
POST /interaction/v1/events
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN
{
"ContactKey": "ID601",
"EventDefinitionKey":"AcmeBank-AccountAccessed",
"Data": {
"accountNumber":"123456",
"patronName":"John Smith" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment