Skip to content

Instantly share code, notes, and snippets.

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