Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created November 12, 2020 18:28
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/cf9901684593e5c9da6e262b87b19076 to your computer and use it in GitHub Desktop.
Save zuzannamj/cf9901684593e5c9da6e262b87b19076 to your computer and use it in GitHub Desktop.
Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
POST /interaction-experimental/v1/batchcontactevents
Content-Type: application/json
Authorization: Bearer YOUR_V1_ACCESS_TOKEN
{
"EventDefinitionKey":"{{API entry event key}}",
"BatchId":"",
"RecordCount":2,
"BatchDetails":[
{
"ContactKey":"{{Contact key}}",
"Data":{
"email":"{{email address}}",
"firstName":"{{first name}}"
}
},
{
"ContactKey":"{{Contact key}}",
"Data":{
"email":"{{email address}}",
"firstName":"{{first name}}"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment