Skip to main content

Enum Reference

Reference tables for all enum values used in webhook payloads.

Order Status

ValueDescription
pendingOrder created, waiting for customer response
confirmedCustomer confirmed the order
canceledOrder was canceled (by customer or via API)
failedWhatsApp message delivery failed

Customer Action

ValueDescription
approvedCustomer tapped the Approve button
canceledCustomer tapped the Cancel button
nullNo customer action yet

Delivery Status

ValueDescription
sentWhatsApp message sent to Meta servers
deliveredMessage delivered to customer's device
readCustomer opened/read the message
failedMessage delivery failed
nullStatus not yet available

Event Types

EventWhen It Fires
order.createdOrder created and WhatsApp confirmation sent successfully
order.confirmedCustomer tapped Approve on WhatsApp
order.canceledCustomer tapped Cancel, or order canceled via API
order.failedWhatsApp message delivery failed