Skip to main content
Best answer

Using fuzzy logic to search for company names in Bigin with Zapier

  • November 10, 2025
  • 3 replies
  • 14 views

I have a Zap that is integrating a SquareSpace Form called New Event and Bigin. Currently, the Zap is triggered by the submission of the New Event Form, and then creates a Pipeline and a Contact record.

The New Event Form contains a Company Name field that is text. I would like to add an Action step in my Zap that searches existing Bigin Company records, in case the Company submitted in the New Event already exists in Bigin. If no matching company records are found, the Zap should create a new Company Record.

Based on the fact that the Company Name in the SS Form is text, is there a fuzzy logic Bigin Company search function in Zapier? In looking online for a solution, I have only been able to find that the addition of a fomula field on the Bigin Company module may handle the fuzzy logic.

I’m curious if anyone else has successfully implemented a fuzzy logic search in a Zap?

Best answer by Troy Tessalone

@Seattle Rain 

Here is a possible alternative approach:
If you are collecting email address, then you could get the domain from the email after the @ and use that to search for records.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • November 10, 2025

Hi ​@Seattle Rain 

Bigin API endpoint documentation for “Search Records”

Available search criteria does not support fuzzy matching.

https://www.bigin.com/developer/docs/apis/v2/search-records.html

 

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • November 10, 2025

@Seattle Rain 

Here is a possible alternative approach:
If you are collecting email address, then you could get the domain from the email after the @ and use that to search for records.


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • November 11, 2025

Thanks for marking the best answer here, ​@Seattle Rain! Doing that makes the solution easier for others in the Community to find, so we really appreciate it 🤗

And a big thank you to ​@Troy Tessalone for suggesting that clever solution 🙌 Keep up the good work! 🧡