Last Updated on : 2022-01-24 10:16:39
Send a new message to the specified recipients.
POST: /v1.0/sdf/notifications/messages
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
message_category | String | true | The message category. Valid values:
| |
message_type | String | true | The message type. Valid values:
| |
message_sub_type | String | true | The custom message sub-type. Valid values:
| |
recipient_ids | List | true | The list of recipient IDs. Maximum value: 50 . | |
send_modes | List | true | The sending mode. It cannot be the same as send_type . |
Description of send_modes
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
send_type | String | true | The sending type. Valid values:
| |
message_content | String | true | The message content, limited to 500 characters. | |
message_title | String | true | The message title, limited to 100 characters. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The response result. Valid values:
|
POST: /v1.0/sdf/notifications/messages
{
"result": true,
"t": 1637563727813,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback