QuestionQ90

Scripting and Automation

A developer needs to inject a Contact into a journey through the API.

Which method and route would accomplish this?

  • A PUT /hub/v1/dataevents/key:{key}/rows/{primaryKeys}
  • B POST /interaction/v1/events
  • C POST /contacts/v1/contacts
Explanation

Salesforce Marketing Cloud Engagement inserts an individual contact into a journey by firing its entry event with POST /interaction/v1/events. The request supplies the contact key and the journey entry event definition key.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!