Using this endpoint you can create your own cascading rule.Content type (application/json){
"name": "string",
"scheduleDate": "2019-08-24T14:15:22Z",
"timezone": 0.1,
"timezoneId": "string",
"contactListIds": [
0
],
"campaignContacts": [
{
"firstName": "John",
"lastName": "Doe",
"url": "https://example.com",
"phoneNumber": "+37412345678",
"email": "example@mail.com"
}
],
"campaigns": [
{
"communicationType": "Promotional",
"providerType": "SMS",
"message": "string",
"senderId": 0,
"openSenderTitle": "string",
"templateId": 0,
"cascadingPriorityLevel": 0
}
]
} Modified at 2025-12-03 10:47:45