Order notification

Sent BY Ewity TO your registered webhook URL. All events
POST to the same URL — the path on this page is for grouping
in the docs only. Identify the event by the X-Event header.

Fires when the merchant or system needs to push a notification
message to the customer about an order on your platform — for
example, a courteous "your order is on its way" or a
merchant-authored remark. Ewity's in-house apps deliver these via
SMS / push; for external platforms we forward them to you so you
can route them through your own messaging channel.

How to use it

  • Forward title / message to whatever notification channel
    your platform owns (SMS, push, email).
  • The full order is included so you can deep-link the customer
    back into their order screen.
  • Treat each delivery as advisory — these are not transactional.
    If you can't deliver, drop it; do not retry on your side.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body of the OrderNotification webhook. Use to forward a
customer-facing message about the order through your platform's
own messaging channel (SMS, push, email).

order
object
string

Short title suitable for a push-notification banner.

string

Body text safe to surface to the customer as-is.

Headers
string
enum
required

Always OrderNotification for this event.

Allowed:
Response
2XX

Receiver acknowledged.

Language
Credentials
Bearer
token
LoadingLoading…
Response
Click Try It! to start a request and see the response here!