docs/ai_builder/webhooks.md
Webhooks allow your app to send data to external services in real time. You provide the AI Builder with a webhook URL created in another platform, and it can automatically send payloads to that URL when workflows are triggered.
This is a simple and powerful way to integrate with services that support incoming webhooks, even if there’s no first-class integration.
With outgoing webhooks, your app can:
💡 Example: “Send user signup data to this webhook whenever a user signs up.”
POST request to the webhook URL with the payload you define.