Webhooks let PactAgent push agreement lifecycle events into your own dashboards, bots, treasury tooling, or grant trackers in real time.
Create a public URL that accepts JSON `POST` requests.
Choose the exact PactAgent events that should trigger deliveries.
Update another app, send a bot alert, or log grant progress automatically.
{
"eventType": "agreement.funded",
"agreementId": "agr_123",
"occurredAt": "2026-05-27T12:00:00.000Z",
"data": {
"title": "Treasury Design Sprint",
"payoutNetwork": "CKB",
"status": "FUNDED"
}
}Use this form to register a receiver URL and decide which agreement lifecycle events matter to it.