Skip to main content

API Webhook

Category: Trigger Standards: HTTPS required

Generic HTTP webhook endpoint for external integrations

What this node does

  • REST/HTTP
  • Multiple methods
  • Auth verification
  • Rate limiting

How to use

  1. In the Hydra Builder, open or create a workflow
  2. In the node palette on the left, find API Webhook under the Trigger category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the HTTP Request output to the next node downstream

Inputs

This node has no inputs — it is a trigger node that starts a pipeline.

Outputs

PortTypeDescription
HTTP Requesthttp-requestAn incoming HTTP request with headers and body

Configuration

Open the configuration dialog by double-clicking the API Webhook node on the canvas.

ParameterWhat to enter
pathURL path for the webhook endpoint, e.g. /webhooks/patient-updates
methodsHTTP methods to accept: GET, POST, PUT, or a combination
authenticationAuthentication method for incoming requests: none, bearer, or hmac
rateLimitMaximum requests per minute to accept (to prevent overload)

When to use this node

  • Third-party integrations
  • External event triggers
  • API callbacks

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.