# 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): - `event` (string) The event that triggered the webhook. Enum: "ORDER_UPDATED", "NUMBERS_ACTIVATED", "NUMBERS_CONFIRMED", "NUMBERS_REJECTED", "NEW_ORDER_NOTE" - `orderId` (string) The order ID that was updated. - `note` (string) The note that was added.