All Integrations
Webhooks
Developer ToolsGeneric HTTP webhook trigger — POST any JSON body to the public hook URL and the agent runs. HMAC-signed when a secret is configured. See Agent Triggers for the Slack / Telegram / Teams / WhatsApp / schedule variants of the same model.
How to Connect
- 1Open the Triggers tab on the agent.
- 2Create a trigger with source = generic and optionally generate an HMAC secret.
- 3Send POST /api/v1/hooks/:token from the upstream system.
- 4Verify the X-PromptRails-Signature header on receipt when a secret is set.