cURL
Customers
Cancel Communications
Cancels all pending communications for a customer including tasks, scheduled calls, scheduled emails, scheduled SMS, and all active schedules
POST
cURL
Overview
This endpoint cancels all pending communications for a customer, including:- Tasks: All PENDING and SKIPPED tasks
- Scheduled Calls: All pending scheduled calls
- Scheduled Emails: All pending scheduled emails
- Scheduled SMS: All pending scheduled SMS messages
- Call Schedules: All active loan call schedules
- Email Schedules: All active loan email schedules
- SMS Schedules: All active loan SMS schedules
Use Cases
- Stop all outreach to a customer who has requested no contact
- Cancel communications when a customer’s account is closed
- Clear all pending communications before setting up a new schedule
Response
The response includes counts for each type of cancelled item, allowing you to verify what was cancelled.Authorizations
Path Parameters
ID of customer whose communications should be canceled
Response
All communications canceled for customer
Customer ID (reference_id)
Number of tasks cancelled
Example:
5
Number of scheduled calls cancelled
Example:
3
Number of scheduled emails cancelled
Example:
2
Number of scheduled SMS cancelled
Example:
1
Number of call schedules cancelled
Example:
1
Number of email schedules cancelled
Example:
1
Number of SMS schedules cancelled
Example:
0
Total number of items cancelled
Example:
13