Matthew_Raleigh2 | 2023-04-03 18:29:11 UTC | #1
Hi All,
Is it possible to configure attempt control for a maximum of 4 calls to a contact within 7 days? I do not see these settings in the UI. Wondering if it is possible to build something custom, if necessary.
Declan_ginty | 2023-04-04 13:03:37 UTC | #2
Hi Matthew,
You can use a custom column to track the first attempt date (wrap up rule >update contact col set current timestamp) then use another custom col to track attempts (wrap up>increment by 1) finally you use a PreCall rule to evaluate If attempts = 4 & if first attempt is later than 4 days in the past, then mark contact as uncallable.
Regards, Declan
system | 2023-05-05 12:51:36 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 19282