Create Task Forwarder
Create a new task forwarder to automatically route task outputs.
Task forwarders enable:
- Webhook notifications when tasks complete
- Email notifications with customizable templates
- Custom integrations with external systems
Configuration varies by forwarder type:
- **webhook**: HTTP POST to external endpoints with optional HMAC signing
- **email**: Send task results via email with customizable subject and body templates
Use `GET /task_forwarder_type` to retrieve the complete configuration schema for each type.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Request
This endpoint expects an object.
WebhookForwarderCreate
OR
EmailForwarderCreate
Response
Successful Response
WebhookForwarderInDB
OR
EmailForwarderInDB
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
