API & Webhooks
158 results — 124 downloadable workflow files, 34 source-linked n8n references
Radarr Notifications
On a Radarr webhook, routes events by type, enriches them via HTTP, and dispatches formatted movie notifications.
TinyURL Shortener via Webhook
On a webhook request, shortens the submitted URL via the TinyURL API and returns the short link in the response.
Tesla Quant Technical Indicators Webhooks Tool n8n
On a webhook request, fetches market data, computes Tesla Quant technical indicators in code, and returns them as a response.
Solve Any Captcha with Capsolver
On a webhook request, routes the captcha type and solves it via CapSolver, returning the token in the response.
reCAPTCHA
On a webhook request, solves a reCAPTCHA v2 challenge via CapSolver and returns the token through the webhook response.
Generate Cinematic Videos with OpenAI Sora and Uploadtourl Hosting
On a webhook request, generates cinematic videos with OpenAI Sora via HTTP, polls until ready, and uploads them to a hosting URL.
Webhook Crypto Validator
On a webhook, computes a crypto hash of the payload, sets values, and halts on error.
Plex Automatic Throttler
On an incoming webhook, routes Plex events and conditionally throttles streams via HTTP requests.
Smart Factory Data Generator
On manual trigger, generates data values at set intervals and publishes them to an AMQP queue.
Webhook Error Handler
On a webhook request, returns a response then halts the workflow with a raised error.
Receive messages for an ActiveMQ queue via AMQP Trigger
Receives messages from an ActiveMQ queue via AMQP to trigger downstream processing.
Web Page HTML Scraper
On manual trigger, fetches a web page via HTTP request and extracts structured data from its HTML.
V1 Helper Find Params with Affected Expressions
On manual trigger, queries the n8n API and runs code to find parameters with affected expressions.
Generate Cryptographic Hash
On manual run, generates a hash or signature using the Crypto node.
Run GraphQL Query
On manual run, executes a GraphQL query and returns the response.
AWS Lambda Automation
On manual trigger, invokes an AWS Lambda function.
Call External API Endpoint
On manual trigger, sends an HTTP request to an external API and stops on error.
Convert the JSON data received from the CocktailDB API in XML
On manual trigger, fetches data from the CocktailDB API and converts the JSON response into XML.
Send updates about the position of the ISS every minute to a topic in ActiveMQ
Every minute, fetches the ISS position via HTTP and publishes it to an ActiveMQ (AMQP) topic.
Send updates about the position of the ISS every minute to a topic in Kafka
Every minute, fetches the ISS position via HTTP and publishes it to a Kafka topic.
Send updates about the position of the ISS every minute to a topic in RabbitMQ
Every minute, fetches the ISS position via HTTP and publishes it to a RabbitMQ queue.
GraphQL Query Webhook Endpoint
On a webhook call, queries a GraphQL API, transforms the response, and returns the formatted data.
Gender Inclusive Language
On a webhook, scans incoming Mattermost messages and flags non-inclusive language.
Send Webhook Events to PostHog
On an incoming webhook, captures and sends the event data to PostHog.