invoke_journey
Invoke a journey run from a journey template. template_id refers to an existing journey template in the workspace. Example: { template_id: "j-onboarding", user_id: "user-123", data: { plan: "pro" } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data payload passed to the journey for conditions and template variables | |
| profile | No | Profile data for the user (email, phone, custom fields) | |
| user_id | No | Recipient user ID. Can also be resolved from profile or data. | |
| template_id | Yes | The journey template ID |