Update the same status for other cards, if customer is having multiple cards.

Hi Everyone,

we have a query in Outbound Campaigns in Genesys Cloud.

In the contact list, we have contacts with customerid (CID) & credit card numbers. The same customer can have multiple credit cards. Here the unique identifier will be the credit card number.

The use case we have is: If there is more than 1 card under 1 customer in the same campaign, then at a CID the call should disposed of with the same status for other cards so that there is no additional call made to the customer. If the CID has more than 1 card, then it should dispose of the call with the pre-defined "Customer Already Contacted -Multiple cards" status.

We have to use Genesys APIs to search the contacts in the contact list based on CID and get the number of cards available for the contact. Then use a wrap up rule to call this data action to check the number of cards and if the number of cards is more than 1 then dispose the call with wrapup as "Customer Already Contacted -Multiple cards" or we can add a column called status and update that column as the "Customer Already Contacted -Multiple cards". so here we need two APIs one is to check the number of cards based on CID and the other is update the column for other cards also based on CID.

For this we created a Data action in which we used the Contact list filter preview API and given "CID" & "Contactlist id" as inputs and got the creditcard numbers and from these we took the count of creditcards available for the contacts. This Data action is used in "condition" section of the wrapup rule.

Now in the "Action", we need to use another data action to update the contacts based on CID. For updating the contacts we have two APIs in Genesys but for both of these are based on the contact IDs of the contacts. But we need to update the status column or wrapupcode for other cards as well based on CID if customer is having multiple cards.

Can anyone let us know how to implement this?

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