Entry chapter changed
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 entry-related events. Combines the entry resource with
the common webhook envelope fields (event, timestamp, trigger, source).
See the Webhooks guide for a full example payload.
Single entry, including the entrant, form field responses, attachments, contributors, and status.
Entrant who created and owns the entry.
Automated score calculated for the entry.
Category the entry 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 entry.
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 entry.
Number of files uploaded to the entry.
Entry form used to capture the entry.
Date when the grant ends, or null when not applicable.
Grant status assigned to the entry, or null when none is set.
Sequential identifier of the entry within the account.
Moderation status of the entry.
Parent of the assigned category, or null when the category has no parent.
Payment status of the entry.
Plagiarism scan status of the entry.
Review status of the entry.
Season the entry belongs to.
URL-safe identifier of the entry.
Submission status of the entry. 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 entry.
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 entry.
Files attached to the entry.
Contributors linked to the entry.
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.