AgencyZoom Search Customers

View as Markdown

The Search Customers node looks up customers in AgencyZoom and hands back a page of matches. Every filter is optional, so you can search broadly or narrow down to exactly the customers you want.

When to use it

  • You want to find a customer by name, email, or location before acting on them.
  • You need a page of customers that share a status or came from a source.
  • You want to search, then work with the first match in a later step.

Inputs

FieldWhat it’s forExample
First nameMatch customers by first name.Sarah
Last nameMatch customers by last name.Chen
EmailMatch customers by email.sarah@example.com
StateMatch customers in a state.FL
StatusLimit to active or inactive customers, or all.active
Sort byWhich field to order the results on.lastname
OrderAscending or descending order.asc
PageWhich page of results to return, starting at 0.0
Page sizeHow many results per page, from 1 to 100.20

Every filter is optional. Any field can be a fixed value or an expression that reads from an earlier step.

Outputs

FieldWhat you get back
CustomersThe matching customers on this page, each with name, email, phone, and address.
Total countHow many customers matched in all.
PageThe page and page size that were returned.

Example

A workflow needs Sarah Chen’s record before logging a call. It uses Search Customers with her last name and state to find her, then feeds the first match’s id into a Get Customer step to pull her full record, including her policies.

The AgencyZoom Search Customers node configuration panel, showing the filters and paging.

Ask for only the page size you need. Large pages bloat the run’s history, so keep the default of 20 unless you truly need more, and page through results rather than pulling everything at once.