[FEATURE] enhance pause and resume journey to support transactional send journeys #1746
Labels
c/journey
COMPONENT
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone
pause
hits this endpoint:
POST /interaction/v1/interactions/transactional/pause
{"definitionId":"f920ec2f-79bf-446f-a448-791dd741fcc7"}
in the body it shares the id of the journey
positive response:
{"errors":[]}
resume
POST /interaction/v1/interactions/transactional/resume
{"definitionId":"f920ec2f-79bf-446f-a448-791dd741fcc7"}
positive response:
{"errors":[]}
The text was updated successfully, but these errors were encountered: