Application marked eligible
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 application-related events. Combines the application
resource with the common webhook envelope fields (event, timestamp, trigger, source).
See the Webhooks guide for a full example payload.
Single application, including the applicant, form field responses, attachments, contributors, and status.
Applicant who created and owns the application.
Automated score calculated for the application.
Category the application is assigned to.
Chapter the entry is assigned to.
Manager comments recorded on the entry, joined into a single string.
Number of contributors linked to the application.
Date and time when the entry was created.
Custom submission deadline for the entry, or - when none is set.
Division number assigned to the entry, or null when none is assigned.
Eligibility status of the application.
Number of files uploaded to the application.
Entry form used to capture the application.
Date when the grant ends, or null when not applicable. Only present when the grants feature is enabled on the account.
Grant status assigned to the entry, or null when none is set. Only present when the grants feature is enabled on the account.
Sequential identifier of the entry within the account.
Moderation status of the application.
Parent of the assigned category, or null when the category has no parent.
Payment status of the application.
Plagiarism scan status of the application.
Review status of the application.
Season the entry belongs to.
URL-safe identifier of the application.
Submission status of the application. Possible values include submitted, in_progress, resubmission_required, resubmitted, invited, and not_approved_for_submission.
Date and time when the entry was submitted, or null when not yet submitted.
Tags applied to the entry, as a comma-separated list.
Title of the application.
Date and time when the entry was last updated.
Comments left by users on the entry, joined into a single string.
Form field responses captured on the application.
Files attached to the application.
Contributors linked to the application.
Human-readable name of the event that triggered the webhook.
"Entry created"
ISO 8601 formatted datetime indicating when the event occurred.
"2020-01-01T00:00:00Z"
Origin of the change that triggered the event.
ui, api Response
Return any 2xx status code to acknowledge receipt of the event.