Documentation Index
Fetch the complete documentation index at: https://docs.wede.pt/llms.txt
Use this file to discover all available pages before exploring further.
What is an Event?
An event is a structured data payload that Wede routes, delivers, and tracks across your operational network. Events are idempotent — sending the same event twice produces the same result.Event Types
| Type | Description |
|---|---|
EMERGENCY | Emergency dispatch or alert |
DISPATCH | Field team dispatch |
PAYMENT | Payment transaction |
BOOKING | Booking or reservation |
STATUS_UPDATE | Status change notification |
IDENTITY_CONFIRM | Identity verification |
Priority Levels
| Priority | Use case |
|---|---|
critical | Life-safety, immediate response required |
high | Urgent operational event |
normal | Standard operational event |
low | Informational, non-urgent |
Idempotency
Every event requires anidempotency_key. If you send the same key twice, Wede returns the original event without processing it again. Use a UUID or a unique business identifier.