register a webhook batch to receive SumoQuote proposal and report events
domain: docs.sumoquote.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with a Bearer token (OAuth2 access token or an account-generated API key)
Call POST /v2/webhook/batch to register one or more webhook subscriptions in a single request
Point the webhook(s) at an HTTPS endpoint that can receive SumoQuote's event payloads for project/report changes
Call DELETE /v2/webhook/batch to remove subscriptions you no longer need, referencing the identifiers you registered
Standardize on the v2 webhook endpoints rather than the legacy v1 pair, consistent with SumoQuote's v2 Project/Report/User resources
Known gotchas
Webhook registration is batch-oriented (create/delete many at once) rather than single-resource CRUD — design subscription management around batches, not individual webhook IDs
The public docs don't fully enumerate event payload schemas — validate the actual payload shape against a real test event before writing strict parsers
Both v1 and v2 webhook batch endpoints exist; mixing them for the same integration risks duplicate or inconsistent event delivery
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?