React to a booking-created event in real time using Golfmanager's V3 API webhooks.
domain: eu.golfmanager.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Reference the webhook documentation at eu.golfmanager.com/api/doc/webhooks (V3 API) to see the current event catalog
Register your endpoint to receive the 'Booking created' webhook, which fires when one or more bookings are created
Parse the delivered payload for booking id, reference, start/end time, status, price, product name, resource name, and area name
Verify the payload against your own reservation records (e.g. by booking reference) rather than assuming delivery order matches creation order
Fall back to polling GET /bookings or /reservations for reconciliation in case a webhook delivery is missed
Known gotchas
This webhook exists on Golfmanager's V3 API specifically — don't assume the same event exists if you're integrated against the older documented v1 REST surface (github.com/golfmanager/api_v1)
A single webhook firing can represent multiple bookings created together (e.g. a group booking), not always exactly one — code for a batch, not a single record
No retry/redelivery guarantee is documented alongside the payload example — build your own reconciliation/polling fallback rather than trusting webhooks as the sole source of truth
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?