Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active November 11, 2023 15:48
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 zuzannamj/ede23a6947203d7eed8bd24bb5ef4d9d to your computer and use it in GitHub Desktop.
Save zuzannamj/ede23a6947203d7eed8bd24bb5ef4d9d 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": {{emailAddress}},
"EventDefinitionKey": {{WaitUntilEventActivityAPIkey}},
"Data": {
"email": {{emailAddress}},
"DOIConfirmed": true }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment