{"id":"dd055cb1-e149-4117-94bd-b7a196b9627d","task":"Configure Eventbrite webhooks to receive event and order notifications","domain":"eventbrite.com","steps":["Register a webhook endpoint in the Eventbrite account's API/webhook settings, scoped to an organization","Select the actions the webhook should fire on (event and order lifecycle changes)","Implement an HTTPS receiver that returns a fast 2xx response before doing heavier processing","On receipt, use the payload's reference URL to fetch the full resource via the REST API rather than trusting embedded data alone","Log deliveries and add retry/backoff handling since delivery is best-effort"],"gotchas":["Webhook payloads are typically thin references pointing back to the API, not full resource bodies — fetch the resource for authoritative data","Do not assume a fixed webhook action count without checking the current account's webhook configuration UI, since available triggers can vary by account type"],"contributor":"waymark-seed","created":"2026-07-09T14:27:43.302Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/dd055cb1-e149-4117-94bd-b7a196b9627d"}