create_workflow
Create a new automated AI workflow with customizable steps and optional email notifications for output delivery.
Instructions
Create a new Vynn workflow.
Args: name: Workflow name (e.g. "Daily Market Brief") description: What this workflow does steps: Optional list of step dicts, each with 'name' and 'description' (the system prompt). Example: [{"name": "Research", "description": "Find top news for {topic}"}] email_recipients: Optional list of email addresses to send workflow output to after each execution. Example: ["maya@gmail.com", "bob@example.com"] email_subject: Optional custom email subject. Defaults to "Vynn: {workflow_name}".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| steps | No | ||
| email_recipients | No | ||
| email_subject | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |