This file contains 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
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