searchPeopleByTag
Find contacts in Follow Up Boss CRM by searching for specific tags. Use comma-separated tags for OR matching to locate people with designated labels like 'Investor' or 'Buyer'.
Instructions
Find all people with one or more tags. Comma-separate multiple tags for OR matching (e.g. 'Investor,Buyer' returns people with either tag).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Comma-separated tag(s) to search for | |
| limit | No | Max results (default 25, max 100) | |
| offset | No | Offset for pagination |