What is an Event
An event is any operation, alert, or notification that your system needs to deliver reliably — regardless of connectivity conditions. Events are the core primitive of the Wede platform. You send an event, Wede guarantees delivery through the best available channel.Event Structure
Priority Levels
Event Response
Event Status
Event Examples by Vertical
Healthcare:Listing Events
Idempotency
Always provide a uniqueidempotency_key per logical event. If the same key is submitted twice, Wede processes it once and returns the original response.
Good idempotency keys include:
- Timestamp + entity + sequence:
dispatch-2026-05-19-amb07-001 - Your internal event ID:
internal-evt-id-84729 - UUID:
550e8400-e29b-41d4-a716-446655440000

