Nifteem
    • Dispatch Messages
      • Request a message dispatch
        POST
      • Dispatch messages info
        GET
      • Cancel a message dispatch
        DELETE
    • Manage templates
      • Get all templates
        GET
    • User
      • User Information
        GET
    • Webhook for message status updates
    • Webhook for incoming message notification
    • Schemas
      • Channel
      • DispatchLogStatus
      • WebhookOutDispatchStatusPayload
      • WebhookOutEvent
      • WebhookOutModule
      • InMessageType
      • WebhookOutIncomingMessageDetailPayload
      • WebhookOutIncomingMessagePayload
      • ChannelIdentifierType
      • DispatchApiRequest
      • DispatchApiRequestChannelRcs
      • DispatchApiRequestChannelSms
      • DispatchApiRequestChannelWhatsapp
      • DispatchApiRequestChannels
      • DispatchApiRequestContent
      • DispatchApiRequestMessage
      • DispatchApiRequestMessageContentDocument
      • DispatchApiRequestMessageContentImage
      • DispatchApiRequestMessageContentText
      • DispatchApiRequestMessageContentVideo
      • DispatchApiRequestMessageTemplate
      • DispatchApiRequestRecipient
      • DispatchApiRequestRecipientIdentifier
      • DispatchApiRequestTranslation
      • SmsEncodingType
      • Template
      • TemplateApi
      • DispatchApi
      • DispatchApiMessage
      • DispatchApiMessageStatus

      Webhook for incoming message notification

      Webhook
      POST
      Incoming Message Notification
      This webhook is triggered when the a new message is received.

      Request

      Body Params */*Required

      Examples

      Responses

      🟢200
      Callback received successfully
      This response does not have a body.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      cURL
      curl --location 'https://your-api-server.com' \
      --header 'Content-Type: */*' \
      --data '{
          "event": "INCOMING_MESSAGE",
          "sentDate": "2025-11-07T16:08:08Z",
          "sender": "agentSender",
          "channel": "RCS",
          "channelIdentifier": "+393470000000",
          "message": {
              "type": "TEXT",
              "text": "ok"
          }
      }'
      Modified at 2026-06-04 06:45:36
      Previous
      Webhook for message status updates
      Next
      Channel
      Built with