Webhook
Webhook: Makes an HTTP API request to an endpoint.
Human-readable name of the node
"Notify internal CRM"
"httpapi_webhook"HTTP method of the API call.
GET, PUT, POST, PATCH, DELETE Endpoint URL of the API call. You can add variables in JSONNET format. Eg. "https://api.example.com/webhook?id="+data["$recipient"].id
"https://api.example.com/webhook"
Description of what this node does
List of headers as key-value pairs. You can add variables in JSONNET format. Eg. "Bearer"+data["$tenant"].api_key
Content type for the body.
JSONNET script to evaluate request body.
List of query parameters as key-value pairs. You can add variables in JSONNET format. Eg. data["$recipient"].id
Optional key to store the response body of API call. If not provided, the response will be appended at the root of the workflow payload. It's recommended to provide a unique key here to avoid overwriting existing data.