Destinations
Configure where your AI task results are delivered
Destinations
Section titled “Destinations”Destinations define where task results are delivered after execution. 0ct supports email delivery for formatted reports and results.
Overview
Section titled “Overview”When a task completes, 0ct can automatically deliver results to configured destinations. Currently, email delivery is fully supported, with SMS and webhook destinations on the roadmap.
Email Delivery
Section titled “Email Delivery”Email destinations deliver formatted results directly to inboxes.
Configuring Email Delivery
Section titled “Configuring Email Delivery”Via Dashboard:
- Navigate to Tasks in the sidebar
- Edit a task or create a new one
- In the Delivery section, add email recipients
- Configure subject line and format
- Click Save
Email Configuration Options
Section titled “Email Configuration Options”| Option | Description | Default |
|---|---|---|
| Recipients | Email addresses to receive results | Required |
| Subject | Email subject line | Task name |
| Format | HTML or plain text | HTML |
Example: Task with Email Delivery
Section titled “Example: Task with Email Delivery”When creating a task via the dashboard, you can configure email delivery in the task settings. Results are sent immediately when the task completes.
Webhook Delivery (Coming Soon)
Section titled “Webhook Delivery (Coming Soon)”Webhook destinations will send JSON payloads to any HTTP endpoint, enabling integration with:
- Slack
- Discord
- Zapier
- Custom applications
Planned Webhook Payload Format
Section titled “Planned Webhook Payload Format”{ "event": "task.completed", "timestamp": "2026-02-03T15:30:00Z", "task": { "id": "task_abc123", "name": "Daily Report" }, "run": { "status": "completed", "output": "Today's key metrics show..." }}SMS Delivery (Coming Soon)
Section titled “SMS Delivery (Coming Soon)”SMS destinations will send concise notifications via text message for time-sensitive alerts.
Delivery Best Practices
Section titled “Delivery Best Practices”Email Reports
Section titled “Email Reports”- Use email for detailed, formatted content
- Include clear subject lines
- Add multiple recipients for team visibility
Future: Webhooks
Section titled “Future: Webhooks”- Perfect for system integrations
- Trigger downstream automation
- Connect to any HTTP endpoint
Future: SMS
Section titled “Future: SMS”- Reserve for urgent, time-sensitive alerts
- Keep messages concise
- Use for status updates, not full reports
Next Steps
Section titled “Next Steps”- Create Tasks - Configure your AI workflows
- Connect Sources - Add data connections
- Create Skills - Build reusable instructions