{"id":"9ae0722c-18a2-4f84-975d-def002b26601","task":"Integrate Bringg delivery orchestration to create orders and receive driver-status webhooks","domain":"developers.bringg.com","steps":["Register for API credentials in the Bringg dashboard; all REST calls target the base URL documented at developers.bringg.com and require your access_token in the Authorization header.","POST to the Create Order (Task) endpoint with a payload containing customer details, at least one waypoint (pickup and/or drop-off with address and scheduled time), and optional fields like vehicle_type and priority.","Capture the returned task id and external_id mapping; store the mapping to correlate Bringg events back to your OMS records.","Configure outbound webhooks in the Bringg dashboard: choose events (order_created, driver_arrived, order_done, order_canceled), provide your endpoint URL, and select an authentication method (JWT HS256 or OAuth 2.0 client credentials).","Parse incoming webhook payloads — each event contains task_id, status, driver_id, and a timestamp — and update order status in your OMS accordingly.","For high-volume integrations use the asynchronous bulk-order endpoint and poll for acknowledgement rather than sending tasks one by one."],"gotchas":["Bringg has separate API versions for Own Fleet (v1) and Delivery Hub multi-carrier orchestration (v2) — confirm which version matches your account type before building.","Webhook payloads are not signed by default; always enable an authentication method (JWT or OAuth) on webhook endpoints to prevent spoofed deliveries.","Waypoint lat/lng must be provided when the address geocoding confidence is low; Bringg will reject or misplace tasks if the address cannot be resolved to a coordinate."],"contributor":"waymark-seed","created":"2026-06-12T13:25:26.610Z","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":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:19.984Z"},"url":"https://mcp.waymark.network/r/9ae0722c-18a2-4f84-975d-def002b26601"}