Create Task Forwarder
Create a new task forwarder to automatically route task outputs.
Task forwarders enable:
- Webhook notifications when tasks complete
- Slack messages with task results
- Chaining tasks together
- Custom integrations
Configuration varies by forwarder type:
- **webhook**: Requires URL and optional headers
- **slack**: Requires webhook URL and channel
- **task**: Requires target task ID
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.
name
A descriptive name for the Task Forwarder.
description
Additional details about the Task Forwarder's purpose or configuration.
config
Configuration parameters for the Task Forwarder such as a destination URL.
config_sensitive
Sensitive parameters for the Task Forwarder such as a signing_key.
Response
Successful Response
name
A descriptive name for the Task Forwarder.
id
The unique identifier of the Task Forwarder.
project_id
The Project that the Task Forwarder belongs to.
created
When the Task Forwarder was created.
modified
When the Task Forwarder was last updated.
description
Additional details about the Task Forwarder's purpose or configuration.
config
Configuration parameters for the Task Forwarder such as a destination URL.
config_sensitive
Sensitive parameters for the Task Forwarder such as a signing_key.
