Setyenv · Docs
  • English
  • Spanish
  • Chinese
  • Japanese
  • Arabic
  • German
  • French
  • Hindi
  • Indonesian
  • Italian
  • Dutch
  • Portuguese
  • Russian
  • Turkish

HTTP & Webhooks nodes

Outgoing HTTP requests, incoming webhook triggers, signed callbacks, and webhook payload management.

Triggers

NodeKeyTierDescription
Incoming webhookwebhooks.incomingproStart a workflow from a signed incoming webhook. Validates HMAC signature before execution.
URL param landedwebhooks.url_param_landedfreeFires on a frontend page load that arrives with query parameters. Use for campaign tracking.
Poll endpointwebhooks.poll_endpointproPeriodically fetch an HTTP endpoint. Fires only when the response changes from last poll.

Actions

NodeKeyTierDescription
Call webhookwebhooks.outgoingfreeSend a signed HTTP request to another service. The URL input is branded Url — only a validated URL reference flows in.
HTTP requestwebhooks.http_requestfreeSend a plain HTTP request (GET/POST/PUT/PATCH/DELETE). Supports custom headers and body.
Connected HTTP requestwebhooks.connected_requestproHTTP request authenticated by a saved connection (OAuth2 or API key).
Capture webhook samplewebhooks.capture_sampleproStore a redacted payload for schema learning. The sample is stripped of credentials before storage.
Incoming webhook responsewebhooks.incoming_responseproSet the HTTP response status and body returned to the webhook caller.
Replay webhook samplewebhooks.replay_requestproReplay a stored sample through the event backbone for testing.
Validate HTTP responsewebhooks.validate_responseproBranch yes/no on whether the status code is in the expected set (defaults to 200/201/202/204).
Verify webhook signaturewebhooks.verify_signatureproBranch yes/no on HMAC signature verification of body against a shared secret.