(30030) Bulk Message Sending Failed
If any failure occurs during bulk messaging, whether partial or complete, the PBX will send an event report to the third-party application.
Report parameters
| Parameter | Type | Description |
|---|---|---|
| type | Integer | Event ID. |
| sn | String | PBX's serial number. |
| msg | Object <Detailed_Info> | The detailed information. |
Detailed_Info
| Parameter | Type | Description |
|---|---|---|
| task_id | Integer | The ID of the associated message campaign. |
| total | Integer | The total number of messages sent. |
| fail_count | Integer | The number of messages that failed to send. |
Report example
{
"type": 30030,
"sn": "3631A2124788",
"msg": {
"task_id":203,
"total":2,
"fail_count":2
}
}