Callbacks - Statuses

Examples of Callback Payloads for Delivery

SMS Channel

{
  "channel": "sms",
  "message_id": "sms_0000000000000000000000",
  "list_name": "List Name",
  "number": "+33600112233",
  "status": "DELIVERED",
  "unit_price": 0.5,
  "delivery_date": "2025-01-22 11:46:06",
  "meta_data": {}
}

Voice SMS Channel

{
  "channel": "voice_sms",
  "message_id": "voice_0000000000000000000000",
  "list_name": "List Name",
  "number": "+33600112233",
  "status": "DELIVERED",
  "unit_price": 0.5,
  "delivery_date": "2025-01-22 12:28:27",
  "meta_data": {
    "pressed_keys_code": "3545",
    "call_duration": 35,
    "charged_duration": 30
  }
}

RCS Channel

{
  "channel": "rcs",
  "message_id": "rcs_0000000000000000000000",
  "list_name": "List Name",
  "number": "+33600112233",
  "status": "DELIVERED",
  "unit_price": 0.5,
  "delivery_date": "2025-01-22 12:29:14",
  "meta_data": {}
}

Email Channel

{
  "channel": "email",
  "message_id": "email_0000000000000000000000",
  "list_name": "List Name",
  "meta_data": {
    "template_name": "Template Name"
  },
  "deliveries": [
    {
      "email": "[email protected]",
      "status": "OPENED",
      "unit_price": 0.5,
      "delivery_date": "2025-01-22 12:24:30",
      "status_history": [
        {
          "status": "DELIVERED",
          "delivery_date": "2025-01-22 12:23:30"
        }
      ]
    },
    {
      "email": "[email protected]",
      "status": "SPAM_PRESUMPTION",
      "unit_price": 0.5,
      "delivery_date": "2025-01-22 12:19:30",
      "status_history": []
    }
  ]
}

List of Delivery Statuses

Below is a list of possible message delivery statuses along with their descriptions and associated channels:

Status codeDescription
DELIVEREDMessage successfully delivered
READMessage read
ACKAcknowledged by first carrier
OPENEDThe recipient has opened your email
CLICKEDThe recipient has clicked on your email
TRANSMITTEDYour message was received by Email Gateway
ISP_SENDYour message was sent to the ISP
UNDEFINEDUndefined status
UNKNOWN_DELIVERYUnknown delivery status
PROCESSEDYour message is queued for sending or undergoing SPF/DKIM authentication with the ISP
SPAM_PRESUMPTIONPotential spam detection for the email
ABANDONEDNo further action taken on this message
NOT_DELIVEREDMessage not delivered
NOT_DELIVERABLEMessage not deliverable
BAD_DESTINATIONInvalid destination
BLACKLISTED_NUMBERNumber is blacklisted
NOT_ALLOWEDDelivery not allowed
EXPIREDDelivery expired
BUSYRecipient was busy
REFUSEDCall was refused by recipient
ANTI_FLOODINGMessage blocked due to anti-flooding rule
UNFOUND_DESTINATIONDestination not found
EMPTY_TEXTNo message content
TIMEOUTDelivery timed out
SPAM_REPORTThe recipient has blocked your email
UNSUBSCRIBEDThe recipient has unregistered from your sendings
FILTEREDEmail address has been rejected due to a very high failure potential
HARD_BOUNCEYour message was refused by the ISP
BLOCKEDYour campaign is blocked due to a too poor quality of email database. Please qualify your addresses or your sendings will be rejected.
SPAM_DETECTEDYour message was detected as spam by ISP
DOMAIN_ERRORYour message can't be sent, the host doesn't exist or doesn't have MX service
SOFT_BOUNCEYour message was refused, the account is inactive or over quota
UNKNOWNED_USERUser doesn't exist
Language