Blackkonnect SMS
    • Blackkonnnect SMS API
    • Access Token
      • Retrieve access token
        POST
    • Mobile SMS Messaging
      • Send a simple SMS message
        POST
      • Send bulk SMS messages
        POST
      • Get message status
        GET
      • Get message status
        GET
    • Schemas
      • Schemas
        • GenericResponseNetworkOperatorMessageDeliveryDTO
        • NetworkOperatorMessageDeliveryDTO
        • GatewayMessageDeliveryStatusDTO
      • SimpleSmsMessageRequest
      • GenericRequest
      • ItemPagination
      • SimpleSmsMessageResponse
      • BulkSmsMessageRequest
      • DeliveryTime
      • DeliveryWindow
      • MessageDestination
      • SmsMessage
      • BulkSmsMessageResponse
      • MessageGroupStatus
      • SmsMessageDeliveryStatus
      • ProblemDetail
      • GatewayMessageDeliveryStatus
      • TokenRequest

    BulkSmsMessageResponse

    {
        "code": 0,
        "message": null,
        "data": {
            "destinations": [
                {
                    "destination": "string",
                    "messageId": "string",
                    "sourceAddress": "string"
                }
            ],
            "callbackData": "string",
            "deliveryTimeWindow": {
                "days": [
                    "MONDAY"
                ],
                "from": {
                    "hour": 0,
                    "minute": 0
                },
                "to": {
                    "hour": 0,
                    "minute": 0
                }
            },
            "text": "string",
            "entityId": "string",
            "sendAt": "2019-08-24T14:15:22.123Z",
            "validityPeriodMinutes": 0,
            "priority": 0
        },
        "correlationId": "string",
        "conversationId": "string",
        "requestId": "string",
        "items": [
            {
                "destinations": [
                    {
                        "destination": "string",
                        "messageId": "string",
                        "sourceAddress": "string"
                    }
                ],
                "callbackData": "string",
                "deliveryTimeWindow": {
                    "days": [
                        "MONDAY"
                    ],
                    "from": {
                        "hour": 0,
                        "minute": 0
                    },
                    "to": {
                        "hour": 0,
                        "minute": 0
                    }
                },
                "text": "string",
                "entityId": "string",
                "sendAt": "2019-08-24T14:15:22.123Z",
                "validityPeriodMinutes": 0,
                "priority": 0
            }
        ],
        "itemPagination": {
            "totalElements": 0,
            "pageSize": 0,
            "totalPages": 0,
            "pageNumber": 0,
            "offSet": 0
        },
        "bulkId": "string",
        "smsMessageDeliveryStatuses": [
            {
                "messageId": "string",
                "messageGroupStatus": {
                    "statusGroupName": "string",
                    "deliveryStatus": "QUEUED",
                    "statusDescription": "string",
                    "action": "string"
                },
                "destination": "string",
                "smsCount": 0,
                "smscReference": "string"
            }
        ],
        "isSuccessful": true
    }
    Built with