PromptRails
All Integrations
Webhooks

Webhooks

Developer Tools

Generic 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

  1. 1Open the Triggers tab on the agent.
  2. 2Create a trigger with source = generic and optionally generate an HMAC secret.
  3. 3Send POST /api/v1/hooks/:token from the upstream system.
  4. 4Verify the X-PromptRails-Signature header on receipt when a secret is set.