List Contacts
Module · Stable
Search and list contacts; returns an array for downstream map-steps.
Returns contacts matching an optional query string and/or company_id filter. limit defaults to 50. The contacts output is an array usable in a downstream map step for batch processing.
When to use
Section titled “When to use”Use when you need a filtered set of contacts to process in bulk — for example, collecting all contacts at a given company_id and feeding the resulting contacts array into a For each step to send each one a follow-up email or create a task.
When not to use
Section titled “When not to use”To look up a single known contact by email or name, use Find Contact instead — it returns one record directly without requiring a For each loop. To look up companies in bulk, use List Companies.
Inputs
Section titled “Inputs”Configured per use: query, company_id, limit.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.