Grant report created
Headers
HMAC SHA256 signature of the request body. Generated using the webhook's signing key and the raw JSON payload.
Generate the same value in your endpoint and compare it with this header to validate the webhook payload.
"a1b2c3d4e5f67890abcdef1234567890abcdef1234567890abcdef1234567890"
Body
Payload delivered for grant report-related events. Combines the grant report
resource with the common webhook envelope fields (event, timestamp, trigger, source).
See the Webhooks guide for a full example payload.
Applicant information.
Application slug.
Custom form field values for the grant report.
Grant report status.
Timestamp when the grant report was last updated.
Human-readable name of the event that triggered the webhook.
"Grant report created"
ISO 8601 formatted datetime indicating when the event occurred.
"2020-01-01T00:00:00Z"
Machine-readable event key that fired the webhook.
"grant_report_created"
Origin of the change that triggered the event.
ui, api Response
Return any 2xx status code to acknowledge receipt of the event.