Skip to content

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.

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.

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.

Configured per use: query, company_id, limit.

  • contacts
  • count
  • values
  • found

Auto-generated from the skill registry (load_skills()). Do not edit by hand.