Nifteem
    Nifteem
    • Nifteem API
      • 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

    DispatchApi

    {
        "dispatchId": "string",
        "scheduleDate": "2019-08-24T14:15:22.123Z",
        "metadata": {
            "property1": "string",
            "property2": "string"
        },
        "messages": [
            {
                "messageId": "string",
                "sender": "string",
                "channelIdentifier": "string",
                "channel": "RCS",
                "part": 0,
                "totalParts": 0,
                "status": "DISPATCHED",
                "statusDate": "2019-08-24T14:15:22.123Z",
                "metadata": {
                    "property1": "string",
                    "property2": "string"
                }
            }
        ],
        "pendingCount": 0
    }
    Built with