📩Lead (Email) Capture
Lead or email capture is a feature that allows your AI chatbot to capture the email addresses of anyone who uses it so you can follow up with them at a later date.
Last updated
Lead or email capture is a feature that allows your AI chatbot to capture the email addresses of anyone who uses it so you can follow up with them at a later date.
Last updated
Lead capture is an optional feature you can turn on for your AI agent that will force users to input an email address to have a conversation with your AI agent, you can use it to capture leads for your business or to prevent abuse of your chatbot.
Users will only be asked for their email once, it will be saved for future conversations.
To turn lead capture on or off, go to your Dashboard > Chatbot setup > Lead capture then toggle the "Email capture" switch on or off.
There are 3 main ways you can see the leads your AI agent has collected, each method will provide you with the email address of the lead, a title of the topic they were talking about along with a summary of the conversation the lead had with your AI chatbot:
Go to Dashboard > Chatbot setup > Lead capture > Export leads and press the "Download all leads" button.
In your Insights view, with Lead capture turned on, you will see a new statistic showing you the number of leads captured in the last 30 days.
In addition to this if you click on any topic you will then see leads assigned to conversations where they have been collected, and, if you click into a conversation to view the details you will see the lead associated with that conversation too.
If you have set up a webhook, then you will receive a notification 60 minutes after your AI chatbot has collected a lead, the lead details will be sent wherever you have set the destination of the webhook.
To create a webhook for lead capture go to Dashboard > Chatbot setup > Lead capture > Webhook settings and then click the toggle to make your webhook "active".
Once activated you will need to set a destination for your webhook, for example, Zapier (if you want to create an email trigger for each lead captured).
Here is a tutorial showing you how to create your webhook and send leads to your email (or CRM) via Zapier:
You can test that the webhook is set up correctly by pressing the "Test webhook" button, this will send an example dummy notification to your webhook's destination so you can see what the request will look like.
By default, lead capture will be on for all users of your AI chatbot.
You can however set a flag within the embed script tag to turn off lead capture for logged-in customers or users on certain pages you don't want to require email collection.
You will just need to add the flag data-hide-lead-capture="true" to your script on pages you want to turn lead capture off.