Triggers
Available Triggers
HTTP
The HTTP trigger listens for HTTP requests, making it ideal for creating APIs or responding to webhooks.
Workflow setup
HTTP method for the trigger
Endpoint path where the workflow is accessible.
Specifies the acceptable response content type (e.g., application/json
)
CTX
Request ID autogenerated for each trigger invocation
Includes all the nodes configuration added in the workflow.
An http request object containing headers, body, and query parameters. It follow http.IncomingMessage interface.
An http response object containing headers, body, and query parameters. It follow http.Outgoingmessage interface.
An error object containing error message
Custom Triggers
If you want to extend the functionality via custom triggers, check out our contribution guidelines to learn how to create and share your custom triggers with the community.