Skip to main content

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

TypeDescription
EMERGENCYEmergency dispatch or alert
DISPATCHField team dispatch
PAYMENTPayment transaction
BOOKINGBooking or reservation
STATUS_UPDATEStatus change notification
IDENTITY_CONFIRMIdentity verification

Priority Levels

PriorityUse case
criticalLife-safety, immediate response required
highUrgent operational event
normalStandard operational event
lowInformational, non-urgent

Idempotency

Every event requires an idempotency_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.

Delivery

Wede guarantees delivery across the fallback chain. Once an event is accepted (HTTP 202), it will be delivered — even if it takes minutes via SMS or voice.