microchip-aiA.I. Agents - Automatically Qualifying Leads with AI

Automating lead qualification with Copilot from the AI's first contact responses.

circle-info

The automation presented in this tutorial assumes that the AI Agent follows a standard service flow, in which it collects information and records it in the corresponding lead fields during the first contact.

Fields that will be considered

In this example, three criteria will be considered for lead qualification: business segment, number of employees and level of urgency. The classification will be done as follows:

  • High: Relevant segment, more than 10 employees and immediate urgency.

  • Average: Meets two of the criteria or shows potential, even with an average timeframe.

  • Low: Is just researching, has few employees and does not demonstrate urgency.

Lead fields.

Configuring 360° SAC automation

According to the trigger, the lead qualification will be performed when the AI Agent moves the service to the stage "[AI - First Contact] Completion".

At that moment, two actions will be executed:

  1. Run task with Copilot This action will generate the lead classification and save the result in the token {copilotdb=classificacao_lead}, as defined in the automation key.

    Note: In this case, the task return must contain only one word, exactly matching one of the predefined values in the field "Lead Classification", which is of type selector.

  2. Update lead data Then, the second action will save the value returned by Copilot directly into the corresponding lead field, using the action "Update lead data".

Action 'Run task with Copilot'.
Action 'Update lead data'.

Testing automation

To verify if the automation is working correctly, you can check the lead's history. There, you will be able to see whether the actions were executed as expected or if any error occurred during the process.

Lead history.
Qualified lead.

Last updated

Was this helpful?