API & Webhooks
158 Ergebnisse — 124 herunterladbare Workflow-Dateien, 34 quellenverknüpfte n8n-Referenzen
Syncro to Clockify
On a Syncro webhook, creates the corresponding client in Clockify.
n8n Error Handler
On a workflow error, runs custom code and queries the n8n API, then halts execution.
Weather Lookup API
On a webhook request, fetches current weather from OpenWeatherMap and returns the formatted result.
Weather Webhook Endpoint
On a webhook call, retrieves weather data from OpenWeatherMap and responds with formatted results.
Supabase Webhook API
On a webhook request, queries Supabase and returns the matching records in the webhook response.
Webhook HTTP Router
On a webhook request, routes input, fetches data via HTTP, and returns a processed response.
Webhook Response Endpoint
On webhook call, immediately returns a custom HTTP response.
Batch API Sub-Workflow Runner
On manual trigger, splits records and calls an HTTP API in batches through a sub-workflow, merging the results.
Webhook Sub-Workflow Router
On a webhook request, routes the payload through a sub-workflow with switch logic and returns a conditional response.
API Failure Recovery System
On a webhook request, retries a failing HTTP call with waits and returns a recovery response.
Set Up Full MERN Stack Development Environment in 10 Seconds
On manual trigger, runs SSH commands on a server to install and configure a full MERN stack development environment.
Automate Complete LAMP Stack Setup on Linux Server in Just 10 Seconds
On manual trigger, executes SSH commands to install and configure a complete LAMP stack on a Linux server.
Webhook API Proxy
On a webhook request, calls an HTTP API, filters and splits the response, and returns a conditional webhook reply.
Webhook Request Handler
On a webhook request, processes the payload, calls an HTTP API, and returns a conditional response.