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_id
The unique identifier for the order
store_argo_id
The unique identifier for the store
total
The total cost of the order
customer_name
The name of the customer
customer_phone
The phone number of the customer
order_detail_url
The URL to retreive the order details
Response
200
any
Return a 200 status to indicate that the data was received successfully.

