API & Webhooks
158 results — 124 downloadable workflow files, 34 source-linked n8n references
Webhook Routing And Response
On a webhook request, aggregates the payload and routes it through conditional branches, then returns a structured webhook response.
XML And HTML Data Aggregator
On a webhook call, parses XML and HTML, sorts and aggregates the records, and returns a merged response.
Webhook API Aggregator
On a webhook request, processes the payload, calls external APIs, routes by conditions, and returns a merged response.
Webhook Payload Validator
On a webhook request, validates and processes the payload with code and returns a conditional JSON response.
GraphQL Automation
On an incoming webhook, validates the payload and runs a GraphQL query via HTTP.
Clockify Automation
On an incoming webhook, creates or updates a time entry in Clockify.
Klicktipp Automation
On a webhook, transforms the payload and creates or updates contacts in KlickTipp.
Klicktipp to Typeform Automation
On a Typeform submission, maps the responses and upserts the contact in KlickTipp.
Klicktipp to Jotform Automation
On a Jotform submission, maps the fields and creates or updates the matching contact in KlickTipp.
Eventbrite Event Fetcher
Manually fetches and formats Eventbrite event data via HTTP request.
Webhook Fitbit Logger
On a webhook, formats the payload and logs it to Fitbit.
HTTP to Fitbit Importer
Manually fetches data via HTTP request and records it to Fitbit.
Fitbit Triggered Hue Lighting
On a webhook, fetches Fitbit data and adjusts Philips Hue lights.
HTTP Request To Google Fit
On manual run, fetches data via an HTTP request and records it to Google Fit.
Template: <replace with Title>
On an incoming webhook, processes the request payload with a code node and returns the computed result.
Case Routing — Greenfield & Associates
On an inbound case webhook, validates the payload, routes by case type through a switch, replies to the caller, and forwards to downstream APIs.
Content Generator Sub-Workflow
When called by a parent workflow, runs code and an HTTP request to generate and return content.
Hello World
On an incoming webhook, sets a static payload and returns it in the HTTP response.
Error Handler
On a workflow error, formats the error details in code and posts them to an HTTP endpoint.
ComfyUI Simple Test
On a webhook request, calls the ComfyUI API over HTTP, processes the response, and returns it.
Manual Lambda Invocation
On manual run, fetches data via HTTP and invokes an AWS Lambda function.
HTTP Request Logging to CloudWatch
On demand, fetches data via an HTTP request and logs it to AWS CloudWatch.
Webhook Events to CloudWatch
On a webhook call, formats the payload and logs it to AWS CloudWatch.
Webhook BambooHR Record Upsert
On a webhook, creates or updates an employee record in BambooHR.