Nurturing leads using agentic workflow
Summarize
Summary of Nurturing leads using agentic workflow
TheHelp nurture new leads agentic workflowin ServiceNow leverages AI agents to manage the entire lifecycle of leads. It enables proactive engagement with leads, scheduling appointments or demos to advance qualification, and identifying disinterested leads for disqualification. This workflow can operate autonomously or under supervision and is customizable by duplicating and modifying the original workflow and its triggers.
Show less
Prerequisites
- Enable the ServiceNow Otto panel for AI interactions.
- Configure a work schedule for sales agents via All > Agent schedule > Work schedule.
- Duplicate the agentic workflow to enable editing and activate all related AI agents and triggers to ensure autonomous operation.
- Ensure unique triggers for each agentic workflow or invoke workflows manually if preferred.
Key AI Agents and Their Roles
| AI Agent | Role |
|---|---|
| Lead outreach AI agent | Initiates outreach and follow-up emails to engage leads. |
| Lead disinterest AI agent | Handles lead disqualification and opt-out requests. |
| Inbound email AI agent | Analyzes inbound emails and recommends next steps for leads. |
| Appointment management AI agent | Manages creation, updates, and cancellations of appointments based on lead owner availability. |
Note: AI agents must be enabled in the Define availability screen (Status field enabled) to be active.
Roles Required
| Role | Responsibilities |
|---|---|
| Sales AI admin | Configures workflows and AI settings, manages AI agents. |
| Sales AI user | Interacts with AI through the ServiceNow Otto panel. |
Activation and Configuration
- Duplicate the Help nurture new leads workflow to enable modifications.
- Activate duplicated workflow triggers (e.g., when lead record is created or updated).
- Activate two inbound email triggers for lead and lead task inbound actions under All > System Policy > Email > Inbound actions.
- Update the HELPNURTURENEWLEADFLOWID property with the sysid of the duplicated workflow in the SalesAIAgentsConstants script.
Using the Workflow to Nurture Leads
- Navigate to All > AI Agent Studio and select the Help nurture new leads use case.
- Review and update the description and connection details to tailor the use case.
- Activate or create triggers that suit your business processes.
- Select the display location for use case output and assign access roles (default role: salesagent).
- Save and test the workflow; AI agents will notify sales agents via the ServiceNow Otto panel to guide task completion.
Practical Benefits for ServiceNow Customers
- Automates lead engagement, increasing efficiency in sales processes.
- Improves lead qualification by scheduling appointments and handling disinterest proactively.
- Allows customization and control by duplicating and tailoring workflows and triggers.
- Facilitates seamless AI and human collaboration through the ServiceNow Otto panel.
Use the Help nurture new leads agentic workflow to process the entire lead record process.
Help nurture new leads agentic workflow overview
- Proactively engage with initial leads
- Book an appointment or demo to get the lead closer to qualification
- Identify opt-outs and disinterest for lead disqualification
To modify the Help nurture new leads agentic workflow duplicate it, and adjust the settings according to your requirements. You can activate the agentic workflow template by making triggers active and setting the display settings to include the ServiceNow Otto panel.
Prerequisites to use an agentic workflow
- Make sure that the ServiceNow Otto panel is turned on.
- Set up the work schedule for sales agents:
- Navigate to .
- Create a work schedule for sales agents.
- Duplicate the agentic workflow and activate the triggers.
To run the AI agents autonomously, you must first duplicate the agentic workflow, and then proceed with the following steps:
- Activate the agentic workflow.
- Activate all agents within the agentic workflow.
- Activate the trigger to invoke the agentic workflow automatically. The triggers for each agentic workflow must be unique. If you prefer to invoke it manually, activating the trigger isn’t necessary.
There might be AI agents installed on your instance that are not used in agentic workflows. To learn how to see all agents that are available to you, see Find AI agents.
Help nurture new leads use cases
- Navigate to .
- Select Help nurture new leads.
Help nurture new leads AI agents
The following table lists the Help nurture new leads AI agents.
| AI agent | AI agent role |
|---|---|
| Lead outreach AI agent | Initiates the outreach and follow-up flow. This flow supports sales agents by sending the initial outreach and follow-up emails. |
| Lead disinterest AI agent | Handles disqualification of the lead and opt-out requests. |
| Inbound email AI agent | Initiates the inbound response handler flow. This flow supports sales agents by retrieving and analyzing the latest email records. Based on its analysis, it recommends necessary actions required to move forward with the lead. |
| Appointment management AI agent | Assists in managing appointments for lead records. The agent is capable of creating, updating, or canceling appointments based on the availability of the lead owner. |
Roles required to create an agentic workflow
The roles required to activate and access the workflow are as follows.
| Roles | Responsibilities |
|---|---|
| Sales AI admin |
|
| Sales AI user | Interact with AI using the ServiceNow Otto panel. |
Activating the agentic workflow
- Navigate to the Help nurture new leads agentic workflow and duplicate it. The workflow also duplicates any triggers associated with that agentic workflow.
- Navigate to the duplicated workflow and activate the trigger (the lead record is created or updated).Note:You can activate the triggers associated with the workflow.
- Navigate to . There are 2 inbound actions that must be activated:
- Activate the Trigger agentic workflow for lead inbound action.
- Activate the Trigger agentic workflow for lead task inbound action.
-
Navigate to the SalesAIAgentsConstants script and change the value of HELP_NURTURE_NEW_LEAD_FLOW_ID property to the sys_id of the duplicated agentic workflow.
- Navigate to .
- Review the information in the Describe and connect screen, make the necessary updates to ensure that the use case adapts to your requirements, and then select Save and Continue.
- In the Define trigger screen, activate the triggers that adapt to your requirements, or create your own triggers, and then select Save and Continue.
- In the Select display screen, perform the following steps:
- Select where you want the use case output to be displayed.
- Use the arrow next to it to add roles that can access the use case.Note:The sales_agent is the default role for the use case.
- Select Save and test.
The agent executes the testing in AI Agent Studio for the use case.
In the ServiceNow Otto panel, the agent receives a notification as soon as the interaction is generated, which enables them to follow the on-screen instructions and complete the task. For more information, see Request the generative AI capabilities in Customer Service Management by using the ServiceNow Otto panel.