# Webhook for incoming message notification **POST Incoming Message Notification** This webhook is triggered when the a new message is received. ## Servers - Webhook URL: https://example.com/webhook/incoming-message (Webhook URL) ## Authentication methods - X api key ## Parameters ### Body: */* (object) Payload for the incoming message callback - **event** (string) - **sentDate** (string(date-time)) Message date and time (UTC) - **sender** (string) Your sender the user replied to. - **channel** (string) - **channelIdentifier** (string) The user identifier for the current channel. - **message** (object) ## Responses ### 200 Callback received successfully [Powered by Bump.sh](https://bump.sh)