API ReferenceWebhooks (outbound)

Webhooks (outbound)

Receive real-time notifications when events happen on your AIGodfather account.

Supported Events

EventDescription
approval.resolvedAn approval was approved/rejected
incident.createdA new incident was opened
incident.resolvedAn incident was resolved
agent.pausedAn agent was auto-paused

Payload

Webhook payloads are JSON with a consistent structure: event, data, timestamp.

Configure webhook URLs in Dashboard → Settings → Webhooks.

json
{
  "event": "approval.resolved",
  "data": {
    "approvalId": "apr_01HXYZ456",
    "status": "approved",
    "resolvedBy": "admin@company.com",
    "resolvedAt": "2026-02-23T14: 30: 00Z",
    "reason": "Payment verified"
  },
  "timestamp": "2026-02-23T14: 30: 00Z"
}