Expired contacts remove in Contact Lists

Hi Team,

How to remove Expired contacts in contact Lists.

For Example We have last 1 year contacts in contact list. but we need only last one month contact. other contact will be removed in contactlists like automate based using genesys api or any other option.

Hello, you can manage the contact list using the outbound contact list APIs https://developer.genesys.cloud/routing/outbound/

Hi Smith, Thanks for your reply.

As per your suggestion I explore contact list APIs. I found 3 api in contact list for removing contacts.

  1. [POST /api/v2/outbound/contactlists/{contactListId}/clear] = In this api removed all the contacts in contactlist. but i need remove particular contacts.
  1. [DELETE /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}] = In this api one contact removed in contact list. but i need multiple contacts removed.

  2. [DELETE /api/v2/outbound/contactlists/{contactListId}/contacts ] = In this api multiple contacts removed in contact list.

3rd api ok for us, but if any possible remove the multiple contacts without passing contactid not a all contacts removing i need only removing multiple contacts without passing contactid.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.