Last active
November 11, 2023 15:48
-
-
Save zuzannamj/ede23a6947203d7eed8bd24bb5ef4d9d to your computer and use it in GitHub Desktop.
This file contains hidden or 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/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