Nifteem
    • Dispatch Messages
      • Request a message dispatch
      • Dispatch messages info
      • Cancel a message dispatch
    • Manage templates
      • Get all templates
    • User
      • User Information
    • 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

    WebhookOutIncomingMessagePayload

    {
        "event": "DISPATCH_STATUS",
        "messageId": "0K0FHMZZYYPFZ",
        "sentDate": "2025-01-01T14:30:00Z",
        "sender": "My Sender",
        "channel": "RCS",
        "channelIdentifier": "+390000000000",
        "message": {
            "type": "ACTION",
            "text": "hello",
            "url": "https://nifteem.cdnspasce.com/storage/user/0FHD7EK045645656XXXX555",
            "contentType": "image/jpeg",
            "filename": "file.png",
            "caption": "my description",
            "size": 345435,
            "expirationDate": "2025-01-01T14:30:00Z",
            "ctaPayload": "string",
            "latitude": 0,
            "longitude": 0,
            "fileErrorCode": "FILE_INVALID, FILE_SIZE_EXCEEDED, FILE_TYPE_UNSUPPORTED",
            "fileErrorParams": {
                "property1": "string",
                "property2": "string"
            }
        }
    }
    Built with