Help Center / How-to guides and use cases /
How to use automations for lead follow-up
A lead fills out a form, and the automation handles everything that follows: creating a contact record, sending a follow-up email sequence, assigning a task to the sales team, and setting a reminder. Here's how to build that workflow.
- Create a lead capture form. From the Forms page, build a form with the fields needed to qualify a lead: name, email, company, budget range, service interest, and any qualifying questions. Conditional logic can show or hide fields based on previous answers, so the form adapts to different lead types.
- Create the automation. Go to Automations and set the trigger to "Form submitted", selecting the lead capture form. Every submission fires the automation.
- Add a "Create contact" action. Map form fields to contact fields so the lead's name, email, and company are saved in your CRM automatically. The contact record links to the form submission and any future projects, invoices, and conversations.
- Add a "Send email" action. Add a follow-up email action that sends immediately after submission. The email body can include dynamic values from the form, like the lead's name and the service they selected. The email confirms receipt and sets expectations for next steps.
- Add a delay. Insert a delay action between email steps. A two-day delay, for example, pauses the automation before the next action fires. Delays allow time-spaced follow-up sequences without manual scheduling.
- Add additional follow-up emails. After the delay, add another email action for a second touchpoint. Multiple delay-then-email steps create a follow-up sequence that runs entirely on its own.
- Add a "Create task" action. Create a task in a sales project, assigned to a team member, with the lead's details in the task description. The task ensures someone on the team reviews the lead personally, beyond the automated emails.
- Add condition branches. Conditions check form field values before running actions. A lead who selected "Enterprise" might get routed to a different team member than one who selected "Starter". Conditions let a single automation handle different lead types with different follow-up paths.
The automation runs the full follow-up sequence from the moment the form is submitted, so leads get a response within seconds and the sales team gets a task with the lead's details, all without anyone manually processing the submission.