Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List accounts (companies) in ActiveCampaign
activecampaign__list_accounts
{ "type": "object", "properties": { "account": { "type": "string", "description": "ActiveCampaign account subdomain: the 'youraccount' part of https://youraccount.api-us1.com" }, "search": { "type": "string", "description": "Search accounts by name" }, "limit": { "type": "number", "description": "Maximum accounts to return (max 100)" }, "offset": { "type": "number", "description": "Number of accounts to skip for pagination" } }, "required": [ "account" ], "description": "Input schema for the activecampaign__list_accounts tool." }