Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | activecampaign__list_accounts |
| Group | Integrations |
{
"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."
}