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

    DispatchApiRequestTranslation

    {
        "contents": [
            {
                "text": {
                    "body": "string"
                },
                "image": {
                    "url": "string"
                },
                "video": {
                    "url": "string"
                },
                "document": {
                    "url": "string"
                }
            }
        ],
        "channelContents": {
            "property1": [
                {
                    "text": {
                        "body": "string"
                    },
                    "image": {
                        "url": "string"
                    },
                    "video": {
                        "url": "string"
                    },
                    "document": {
                        "url": "string"
                    }
                }
            ],
            "property2": [
                {
                    "text": {
                        "body": "string"
                    },
                    "image": {
                        "url": "string"
                    },
                    "video": {
                        "url": "string"
                    },
                    "document": {
                        "url": "string"
                    }
                }
            ]
        }
    }
    Built with