Wave is a lightweight API that provides customer order updates that can be used on any platform. This data then propagates through the Bluedot Arrival platform, updating user status appropriately and firing any webhooks attached.
To send a Wave event, pass your destinationId and custom data.
destination identifier
any custom data fields or a HelloModel object
an optional options object containing extra configurable properties
InvalidInputTypeError If destinationId is not a string
RequiredValueMissingError If HelloModel is used and orderId has not been provided
Generated using TypeDoc
Wave is a lightweight API that provides customer order updates that can be used on any platform. This data then propagates through the Bluedot Arrival platform, updating user status appropriately and firing any webhooks attached.