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 or search contacts in ActiveCampaign
| Field | Value |
|---|---|
| Name | activecampaign__list_contacts |
| Group | Integrations |
{
"type": "object",
"properties": {
"account": {
"type": "string",
"description": "ActiveCampaign account subdomain: the 'youraccount' part of https://youraccount.api-us1.com, shown under My Settings → Developer"
},
"email": {
"type": "string",
"description": "Return only the contact with this exact email"
},
"search": {
"type": "string",
"description": "Search contacts by name, email, or phone"
},
"limit": {
"type": "number",
"description": "Maximum contacts to return (max 100)"
},
"offset": {
"type": "number",
"description": "Number of contacts to skip for pagination"
}
},
"required": [
"account"
],
"description": "Input schema for the activecampaign__list_contacts tool."
}