Mark a Contact Number in Calling List as Uncallable

Hi there, i am looking for an API to update a Calling List and mar a certain number, not the contact, as uncallable.

i looked at the below but this would mark the entire contact as uncallable

/api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}

Hi,

You can use PhoneNumberStatus to make phone number uncallable.

From Public API swagger ->

phoneNumberStatus

( object, optional ): A map of phone number columns to PhoneNumberStatuses, which indicate if the phone number is callable or not.

Thanks,

Hi thanks, this is what i did to get this to automate this process:

  1. Created a Rule if Wrong number Wrap-Up is selected, i execute a data action to execute a Workflow

  2. in data action i send the dialed number and the Contact ID

  3. In Workflow i use a API to check if Contact ID and number exist in 2nd contact list, if it does, i mark the number uncallable