Core
HTTP Trigger
Publish any flow as a secure HTTP endpoint. Unique URL per published version, rotating secret auth, typed payloads, synchronous or asynchronous responses.
What you can do
Turn a flow into a webhook URL protected by a rotating secret. External systems POST payloads to the URL; the flow runs and the response is returned to the caller.
- Unique URL per published version
- Rotating secret authentication
- Payload typed and validated per node
- Synchronous response (`?wait=true`) or asynchronous (default 202)
- Mid-flow early reply via the Respond to Webhook node
Used in these workflows
All use casesContent teams, marketing, indie creatorsContent → VoiceTurn a writing brief into a narrated audio asset in one flow. Script generation with Gemini, narration with ElevenLabs, returned to the caller via the published webhook.Support teams, customer success, opsAI Customer Support BotDraft support responses from webhook events. Classify tickets with Gemini or OpenAI and return a suggested reply your help desk can render or auto-send.Product teams, AI engineers, researchersMulti-model comparisonRun the same prompt across Gemini and OpenAI in one flow. Compare cost, latency, and output quality on real prompts, not benchmark averages.
Start building your first flow today.
Free to try. No credit card required. Publish production workflows in under 10 minutes.