API & Webhooks
158 sonuç — 124 indirilebilir workflow dosyası, 34 kaynağa bağlı n8n referansı
Validated Catalog Price Upsert with Audited Receipt
Accept authenticated catalog price events, validate and normalize them, perform an idempotent authenticated price upsert, post an idempotent unauthenticated audit receipt, and return a structured outcome.
Controlled Idempotent Resource Change Orchestrator
Accepts authenticated batches of publish or withdraw requests, validates and deduplicates them within the batch, performs provider-idempotent remote mutations, verifies terminal state twice when needed, and records deterministic outcomes.
Authenticated Replay-Aware Event Intake
Accept authenticated JSON events, validate deterministic request identity, acknowledge first delivery, and return an explicit replay response for recently observed identifiers.
XML Webhook Response API
On a webhook request, assembles an XML payload via Set and returns it directly in the response.
Webhook & HTTP Request — Supabase
On a webhook, calls an HTTP API and conditionally inserts or updates the records in Supabase.
Webhook with HTTP Request — Fastmail
On a webhook, calls the Fastmail API, routes the result, renders HTML, and returns it in the response.
Filemaker Automation
On a webhook, hashes and converts binary data, then creates or updates FileMaker records and responds.
Webhook & HTTP Request
Fetches a web page via HTTP, scrapes content with HTML extraction, and returns the structured data through a webhook response.
Webhook with Mattermost & HTTP Request
On a webhook call, routes data through HTTP requests and child workflows, posting notifications to Mattermost.
Wait with HTTP Request 8
On a webhook call, conditionally calls an HTTP API, builds an HTML response, and replies to the webhook after a wait.
Wait with HTTP Request 7
On a webhook call, fetches data via HTTP, splits the response into items, filters them, and waits between batches before continuing.
Wait with HTTP Request 6
On a webhook request, calls an HTTP API, builds HTML, and returns it as the response.
Wait & HTTP Request 2
On a webhook request, waits, calls an HTTP API, sets fields, and returns the response.
Webhook Batch HTTP Responder
On a webhook request, loops items in batches, runs code, calls an HTTP API, and returns the response.
Typeform with Demio
On a Typeform submission, registers the respondent for a Demio webinar.
Stopanderror with HTTP Request 2
On execution from a parent workflow, fetches an HTTP endpoint, transforms the response in code, then branches via switch, halting on error.
Crypto Signature Validator
When called, generates cryptographic hashes, validates them conditionally, and merges the results.
Stopanderror with HTTP Request
On an incoming webhook, calls an external API and conditionally responds with the result, stopping on error.
Webhook Request Router
On an incoming webhook, validates and routes the payload through conditional and switch branches with error handling.
Webhook Field Mapper
On an incoming webhook, maps and sets fields from the payload for downstream use.
Webhook Request Router
On a webhook call, routes requests through a switch, fetches data over HTTP in batches, and returns a response.
Bluesky Post Fetcher
Manually fetches Bluesky posts via the API, processes them in code, and aggregates the results.
Manual Item HTTP Sender
On manual run, splits incoming items, sets their fields, and sends each one to an HTTP API endpoint.
Manual Data Filter And Post
On manual run, splits and filters a dataset, transforms it with code, and posts the results to an HTTP endpoint.