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