How a Lead Is Captured
A lead reaches your leads table, your inbox and your ClickUp list only when something writes it and that destination is switched on. Two things write one: a workflow's End node, the moment the run reaches it, and automated lead tracking, which reads the transcript when the conversation ends. Both reach the same three destinations.
Send Every Lead to All Three Destinations#
Switch each destination on separately on the bot's Lead capture tab. A lead reaches only the ones that are on:
| Destination | What arrives | Plan |
|---|---|---|
| The leads table | A row on the bot's Leads page | All plans |
| Email notification | A message to the addresses you list | Starter and above |
| ClickUp task | A task in the list you chose, titled New Lead: <name> | Growth and above |
Goal Tracking on the End node decides what a finished run leaves behind. Pick by where you want the lead:
| You want | Set Goal Tracking to | What it will not do |
|---|---|---|
| It in your inbox, your ClickUp list and your leads table | Send to your lead integrations | Reach anything switched off on the Lead capture tab |
| It on the Leads page and nowhere else | Save to the leads table | Send an email or create a ClickUp task |
| Nothing at all | None | Anything. This is the default |
Name the Fields so They Arrive Filled In#
Name the three contact fields exactly name, email and phone. Every destination reads bare state keys, and on a Form node the Field ID sets the key rather than the label: a field labelled "Your email address" fills the Email column and the {{email}} slot only when its id is email. A value namespaced under a node label, such as Ask_for_details.email, does not match {{email}}.
Where each field lands:
| Field | Leads table | ClickUp | |
|---|---|---|---|
name | Yes | Yes | Yes, as the task title |
email | Yes | Yes | Yes |
phone | Yes | Yes | No |
summary | On the record | Yes | Yes |
url | On the record | Yes | Yes |
utm | On the record | No | Yes |
| Any other name in Lead fields | On the record | Yes, under that name, when answered | No |
The leads table also accepts firstName in place of name and msisdn in place of phone, and reads chatId for the link to the conversation. An unset name is stored as Unknown and an unset email as unknown@example.com. A value the table does not read is still kept on the lead record and appears in a CSV export.
Automated lead tracking supplies summary, url and utm, and they never appear on the workflow-driven path. To send one of them from a workflow, set it with a Function node in Update / Override Data mode before the End node.
Give Every Ending Its Own End Node#
Finish each branch at its own End node, and give a Form node's Cancelled port one with Goal Tracking None and Completion Status Failure. A visitor who closed the form then produces no notification about a lead you do not have.
Check This When a Lead Arrives Empty#
A missing field never stops the lead. On the workflow-driven path, any field the workflow did not set is substituted with the text Not provided before the template runs, and the integration reports success. The email notification is the exception: those fields reach it empty.
Saving a workflow that sends a lead without setting the fields it needs opens a dialog reading "Saved, but this lead will arrive empty", and it names the fields. The workflow saves either way.
Common Questions#
My Form Ran but There Is No Lead. Why?#
Check the End node the run finished on. Goal Tracking set to None records nothing, and a workflow with several End nodes may have finished on a different one than you expected. A contact on the suppression list reaches no destination, and the execution trace says so.
Why Is My Conversation Count Higher Than My Lead Count?#
A conversation is a billing unit and a lead is a record with contact details. Most conversations are questions and produce no lead.
Can I Capture a Lead Without a Form?#
Yes. The assistant can extract details as workflow parameters, and automated lead tracking can write a lead from the transcript. A value mentioned in passing can be recorded incorrectly, so use a form for details you intend to act on.
Does a Lead Include the Conversation?#
The leads table keeps the conversation timeline beside the record, so you can read the transcript before calling the lead back.
Are Files Uploaded in a Form Kept With the Lead?#
Yes. A file uploaded in a Form node is attached to the lead record and appears in the Files column.
Where Do I Change the Email Subject or the ClickUp List?#
Behind the gear on that integration's row in Automated Lead Tracking, on the bot's Lead capture tab. Reconfigure clears the current setting and reopens the setup.