Snapshot uses webhooks to notify your application when an event happens. Webhooks are particularly useful for asynchronous events like when a proposal is created, when it starts, or when it ends. The webhook server sends a request for any new event, the request is sent to the configured URL withDocumentation Index
Fetch the complete documentation index at: https://docs.snapshot.box/llms.txt
Use this file to discover all available pages before exploring further.
POST method and the event object as body.
Here is an example of the event object:
proposal/created When a new proposal is created
proposal/start When the voting period for a proposal starts.
proposal/end When the voting period for a proposal ends.
proposal/deleted When a proposal is deleted by the author or an admin of the space.