Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test & Fix: Skip repliers. #350

Open
leandrosardi opened this issue Nov 15, 2024 · 0 comments
Open

Test & Fix: Skip repliers. #350

leandrosardi opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
minor glitch Something isn't working

Comments

@leandrosardi
Copy link
Member

leandrosardi commented 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

select i.id, i.status, l.first_name, l.last_name, p.name, o.body
from rule_instance i
join "outreach" o on i.id=o.id_rule_instance
join "lead" l on l.id=o.id_lead
left join "profile" p on p.id=o.id_profile 
where i.id_rule='5c1c1038-01a5-4afc-a6db-395f79500b53' -- id of the rule that creates the followup
order by p.name asc
@leandrosardi leandrosardi converted this from a draft issue Nov 15, 2024
@leandrosardi leandrosardi self-assigned this Nov 15, 2024
@leandrosardi leandrosardi added the minor glitch Something isn't working label Nov 15, 2024
@leandrosardi leandrosardi moved this to Todo in Roadmap Nov 15, 2024
@leandrosardi 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor glitch Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant