# Note added to order

This notification occurs if a note was added to the order either by Sinch or by you.

Endpoint: POST NewOrderNote
Version: 1.0
Security: basicAuth, bearerAuth

## Request fields (application/json):

  - `type` (string)
    The event that triggered the webhook.
    Enum: "NEW_ORDER_NOTE", "ORDER_UPDATED", "NUMBERS_ACTIVATED", "NUMBERS_CONFIRMED", "NUMBERS_REJECTED"

  - `orderId` (string)
    The order ID that was updated.

  - `note` (string)
    The note that was added.


