Create a Task Forwarder
A Task Forwarder will receive the output of a Task and forward it to the specified destination. This can be used to send data to external systems, or to trigger other actions based on the output of a Task.
Path parameters
The unique identifier of the organization.
The unique identifier of the project.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
A descriptive name for the Task Forwarder.
Additional details about the Task Forwarder’s purpose or configuration.
Configuration parameters for the Task Forwarder such as a destination
URL.
Sensitive parameters for the Task Forwarder such as a signing_key
.
Response
Successfully created task forwarder
A descriptive name for the Task Forwarder.
The unique identifier of the Task Forwarder.
The Project that the Task Forwarder belongs to.
When the Task Forwarder was created.
When the Task Forwarder was last updated.
Additional details about the Task Forwarder’s purpose or configuration.
Configuration parameters for the Task Forwarder such as a destination
URL.
Sensitive parameters for the Task Forwarder such as a signing_key
.