trigger_customer_journey
Trigger a subscribed contact into a specific step of a Customer Journey workflow to start receiving journey emails immediately.
Instructions
Trigger a contact into a specific step of a Customer Journey workflow.
Side effect: the contact begins receiving journey emails immediately. The contact must be a subscribed member of the journey's audience. Use list_automations to find journey IDs. For Classic Automations, use start_automation instead. For one-time emails, use send_campaign or create_campaign instead.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns error if contact is not subscribed or step is not a valid API-trigger entry point.
Args: journey_id: Customer Journey ID. Found in the Mailchimp web UI or via list_automations. step_id: Step ID to trigger into. Must be an API-trigger entry point. email_address: Email of the contact. Must be subscribed in the journey's audience.
Returns: JSON with status ('triggered'), journey_id, step_id, email_address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| journey_id | Yes | ||
| step_id | Yes | ||
| email_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |