Skip to main content
POST
Resume a journey for a contact from a node

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
contact_id
string
required
recipient_address
string
required

Destination phone number or email for this contact.

next_node_id
string
required

Journey node id to resume execution from.

journey_definition
string
required

Serialized journey graph (JSON string of nodes and edges).

enrollment_id
string

Optional enrollment id being resumed.

Response

Journey resumed for the contact.

data
object
meta
object