We’re excited to expand our
Find Record
capabilities across all workflow types!
  • Find Contact
    already exists.
  • Find Company
    is now available in company-based workflows.
  • Find Object Record
    is now available in custom object-based workflows.
These actions allow you to automatically look up and use existing records inside your CRM based on incoming webhook data. Whether you’re matching a
Contact
, a
Company
, or a
Custom Object
, you can now update, associate, or branch workflow logic without manual searching.
✨ What’s New
You can now:
  • Search Existing Records
    – Match on fields like Record ID, External ID, Company Domain, VIN, etc
  • Tie-Break Smartly
    – Choose between the
    Earliest
    or
    Latest
    record if multiple matches exist.
  • Flexible Filters
    – Add multiple conditions with AND logic for precise control.
  • Outcome Branching
    – Handle both
    Record Found
    and
    Record Not Found
    scenarios directly in workflows.
  • Seamless Skipping
    – If the workflow already starts with the same object (e.g., ā€œCar Createdā€ or ā€œCompany Createdā€), this step is skipped automatically.
šŸ›  How It Works
  1. Add the
    Find Company
    or
    Find Object Record
    action in a workflow.
  2. Ensure your workflow starts with an
    Inbound Webhook
    trigger — the payload fields power your filters (e.g.,
    {{inboundWebhookRequest.body.petname}}
    ,
    {{inboundWebhookRequest.body.domain}}
    ).
  3. Configure your filters:
  • Left side
    = object field to match.
  • Right side
    = webhook payload field or fixed value.
  1. Pick your
    Filter On
    setting:
    Earliest
    vs
    Latest
    record.
  2. Define
    Outcomes
    : branch the flow if a record is found or not.
šŸ’” Why It Matters
  • šŸ“Œ
    Accuracy
    – Match records using unique identifiers like External ID or Domain for deterministic results.
  • šŸ¤
    Flexibility
    – Apply multiple filters to handle complex use cases.
  • ā±
    Efficiency
    – Automate record lookups instead of manual checks.
  • šŸš€
    Scalability
    – Build workflows that adapt dynamically to real-world webhook payloads.