Webhook Subscriptions

What this feature is for

Webhooks provide event-driven updates without continuous polling.

Workflow

  1. Create a subscription with target URL and event filters.
  2. Validate delivery using test endpoint.
  3. Consume events and map them into agent state transitions.
  4. Keep a periodic fallback reconciliation loop.

Endpoints

  • GET /api/v1/webhook_subscriptions
  • POST /api/v1/webhook_subscriptions
  • GET /api/v1/webhook_subscriptions/{id}
  • PATCH /api/v1/webhook_subscriptions/{id}
  • DELETE /api/v1/webhook_subscriptions/{id}
  • POST /api/v1/webhook_subscriptions/{id}/test

results matching ""

    No results matching ""