NodesTrigger Nodes
Edit Page on GitHubAPI Trigger
Triggers the flow when an HTTP request is received at a unique webhook URL.
triggerapiwebhookhttpEasy0

Description
The API Trigger node allows you to start a flow when an HTTP request is received at a unique webhook URL. This is useful for integrating with external services that can send webhooks, or for creating custom API endpoints that trigger specific workflows in your automation system.
Common Use Cases
- Receiving webhooks from third-party services (e.g., payment gateways, form submissions).
- Creating custom API endpoints for triggering workflows.
- Integrating with other applications that can send HTTP requests.
Inputs
The input connections this node accepts:
This node does not have any input ports.
Outputs
The output connections this node provides:
NameDescriptionTypeFlowThe Flow to trigger upon receiving a request.FlowBodyThe JSON payload sent in the request body.JSONHeadersThe HTTP headers from the incoming request.JSONQueryThe URL query parameters from the request.JSONMetadataMetadata about the request, like IP address and timestamp.JSONFields
The configurable fields this node provides:
NameDescriptionTypemethodThe HTTP request method that will trigger this flow.Value:GETOptions: GET POST PUT DELETEselectLast updated on