Who can use this feature?
CRM Matching Nodes are in Distro’s Flow Builder and are designed to make matching behavior more visible, understandable, and configurable within the routing path. Rather than hiding the matching logic inside routing rules, these nodes allow you to explicitly define matching behavior (e.g. lead-to-account, lead-to-opportunity) and route accordingly.
Table of Contents
Using the CRM Matching Node
CRM Matching Nodes can be added anywhere in the Flow Builder path after the entry and duplicate rules. Here’s how to set them up:
- Add a CRM matching node to the desired location on your router.
- Choose the relevant matching types such as:
- Lead to Account
- Lead to Opportunity
- Lead to Case
- Lead to Lead
- Custom Object Matches
- Use True/False logic for each match type. Multiple matches can be combined using "AND" conditions.
- Combine the node with assignment rules (e.g. assign to Account Owner or SDR Owner) for better clarity and control.
Matching Results in Distro Logs
CRM Matching Nodes provide clearer Distro logs, which helps with debugging and auditing:
- The log clearly displays each match result (e.g., "CRM Matching: Lead to Account Match = True").
- A direct link to the matched object (e.g. Account, Opportunity) is included.
- Ownership assignments based on match results are traceable.
Example Use Cases
Lead to Account → Account Owner
- Match lead to account = True
- Route to Account Owner if they belong to a specified team
Lead to Account + Opportunity
- Lead to Account = True AND Lead to Opportunity = True → Route to AE Owner
- Lead to Account = True AND Lead to Opportunity = False → Route to SDR Owner
Assign via Variables
Distro Variables can also be used in Assign and Update Ownership nodes to dynamically set ownership based on the matched record’s owner following a CRM Matching Node—more details on Variables here.
- Lead to Account = True
- Lead to Opportunity = True
- Use a variable to copy the Opportunity Owner to the Lead (no team required)
- Reduces complexity and allows fast ownership assignment