Order Notification

Receive a notification when an order is received through the phone agent

Payload

The payload of this webhook request is an object.
order_argo_idstringRequired
The unique identifier for the order
store_argo_idstringRequired
The unique identifier for the store
totalstringRequired
The total cost of the order
customer_namestringRequired
The name of the customer
customer_phonestringRequired
The phone number of the customer
order_detail_urlstringRequired
The URL to retreive the order details

Response

200
any
Return a 200 status to indicate that the data was received successfully.