You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An outreach should be canceled during the delivering time if rule is skip-repliers and lead already replied.
This logic is coded into the.SDK. So, it is a good issue to debug on production.
Query to find assigned leads
selecti.id, i.status, l.first_name, l.last_name, p.name, o.bodyfrom rule_instance i
join"outreach" o oni.id=o.id_rule_instancejoin"lead" l onl.id=o.id_leadleft join"profile" p onp.id=o.id_profilewherei.id_rule='5c1c1038-01a5-4afc-a6db-395f79500b53'-- id of the rule that creates the followuporder byp.nameasc
The text was updated successfully, but these errors were encountered:
leandrosardi
changed the title
Test & Fix: An outreach should be canceled during the delivering time if rule is skip-repliers and lead already replied.
Test & Fix: Skip repliers.
Nov 15, 2024
An outreach should be canceled during the delivering time if rule is skip-repliers and lead already replied.
This logic is coded into the.SDK. So, it is a good issue to debug on production.
Query to find assigned leads
The text was updated successfully, but these errors were encountered: