Workspaces
A workspace is an organizational grouping that contains one or more funnels (campaigns). list_workspaces is the standard starting point for any flow that needs a funnel ID: call it first, present the available funnels to the user, and use the returned IDs with downstream tools like list_sequences, list_contacts, or the metrics tools.
Tools
| Tool | Purpose | Key inputs | Returns |
|---|---|---|---|
list_workspaces | List all workspaces and their funnels for the authenticated account | (none) | Array of workspace objects, each containing a list of funnels |
list_workspaces takes no parameters. The API key determines which workspaces are returned.
Returns { data: Array<workspace> } where each workspace includes its ID, name, and the funnels it contains.
Related
- REST reference: ../../api-reference/workspaces/list-workspaces
- Guide: ../../guides/workspaces-and-campaigns