Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Created March 8, 2023 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/eb1b69773ef028670cde40ac6cc12b7f to your computer and use it in GitHub Desktop.
Save zuzannamj/eb1b69773ef028670cde40ac6cc12b7f to your computer and use it in GitHub Desktop.
Journey Builder Bulk API
{
"eventDefinitionKey":"my_event_definition",
"members":[
{
"contactKey":"contact1",
"data":{
"Attribute_1":"value_1",
"Attribute_2":"value_2"
}
},
{
"contactKey":"contact2",
"data":{
"Attribute_3":"value_3",
"Attribute_4":"value_4"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment