sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[FEATURE] Pause/ stop journey version

Open JoernBerkefeld opened this issue 11 months ago • 0 comments

stop: Stopping a journey halts the flow of activities and immediately ejects all contacts, regardless of where they are in the journey.

  • id: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/postStopInteractionById.html

pause: Pausing a journey to allow a higher priority campaign to run instead, and then resume the journey after that campaign ends. Learn how to pause a journey temporarily here.

  • id: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/JourneyPauseByDefinitionId.html
  • key: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/JourneyPauseByDefinitionKey.html

sample call:

/interaction/v1/interactions/pause/82fee656-fae8-4b64-9295-d177868cec4e?versionNumber=1&allVersions=false

activate / start: #1148

JoernBerkefeld avatar Jul 08 '23 13:07 JoernBerkefeld