Hello,
I am receiving leads through rest API from external sources and I want to assign leads to salesperson with minimum new leads.
how should I proceed with this.
I have very few salesperson.
so my plan is to use API before save script and count the number of leads for each sales person, and then assign the lead to the sales person with minimum leads.
1. is this a bad approach?
2. what would be the right approach for this..?
I am receiving leads through rest API from external sources and I want to assign leads to salesperson with minimum new leads.
how should I proceed with this.
I have very few salesperson.
so my plan is to use API before save script and count the number of leads for each sales person, and then assign the lead to the sales person with minimum leads.
1. is this a bad approach?
2. what would be the right approach for this..?
Comment