What this workflow solves
When a new CRM contact is created on a customer account, enroll them in a welcome sequence.
When a new person joins one of your customer accounts, they're walking into a relationship that's already underway. They don't know your team, they haven't seen your onboarding, and they may not even realize their company is already a customer. If no one introduces them to you, you stay invisible to the person who might be your next champion or your next renewal risk.
This recipe catches every new contact at a customer account the moment they're created and starts a welcome sequence so the relationship begins on the right foot, with no manual handoff.
How the workflow works
- Trigger: Contact created (with a filter for customer accounts)
- Paths: Checks whether the contact has already been welcomed
- If not welcomed: Adds the contact to a welcome sequence, updates a CRM field to flag them as welcomed, and adds them to a tracking list
- If already welcomed: Journey ends
How to set it up
This recipe is built from scratch. Open Workflows, click New workflow, and start with a blank canvas.
- Add a trigger and select Contact created. Add a CRM filter that identifies customer accounts (commonly an Account Type or Account Status field set to Customer).
- Add a Paths block. Create one path with a filter that checks whether the contact has already been through your welcome flow, and leave the Else path for everyone who hasn't.
- Under the not-welcomed path, add an Add contacts to sequence action. Pick your welcome sequence and choose how leads should be distributed.
- Add an Update CRM field action below it to flag the contact as welcomed, so they don't get the sequence twice.
- Optional: add an Add to lead list action to track everyone who's gone through the welcome flow in one place.
- Hit Launch.