invoke_automation_template
Invoke an automation run from an existing automation template. template_id refers to an existing automation template in the workspace. Example: { template_id: "auto-onboarding", recipient: "user-123", data: { plan: "pro" } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data to pass to the automation | |
| brand | No | Brand ID override | |
| profile | No | Profile data for the recipient | |
| template | No | Notification template override | |
| recipient | Yes | Recipient user ID | |
| template_id | Yes | The automation template ID |