If a service can send an HTTP POST request, it can trigger an AACFlow workflow. That's the whole idea — and it's more powerful than it sounds.
AACFlow is an AI workflow automation platform that lets you connect any HTTP-capable external service via webhook triggers. Generate a unique endpoint URL per workflow, verify payloads with HMAC secrets, route events through Condition blocks, and build production-grade AI automations without a native connector — all in minutes.
Native connectors are great when they exist. AACFlow already ships 41+ dedicated trigger services — Stripe, GitHub, Typeform, Shopify, Cal.com, Calendly, Webflow, Yookassa, CloudPayments, and more. But the internet has thousands of services, and no platform can pre-build them all. The generic webhook trigger is the answer: a universal entry point that works with anything that speaks HTTP.
What Is a Webhook Trigger in AACFlow?
A webhook trigger is a special block that sits at the start of a workflow and listens for incoming HTTP POST requests. When AACFlow creates a webhook trigger for you, it generates a unique endpoint URL tied to that specific workflow. Paste that URL into any external service's webhook settings, and every event that service fires will instantly start your workflow.
The incoming payload — whatever JSON, form data, or raw body the external service sends — becomes available as trigger.body throughout all downstream blocks. No parsing, no middleware, no extra setup. The data is just there.
Two things make AACFlow webhook triggers production-ready out of the box:



