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.
Get details of an ActiveCampaign contact
activecampaign__get_contact
{ "type": "object", "properties": { "account": { "type": "string", "description": "ActiveCampaign account subdomain: the 'youraccount' part of https://youraccount.api-us1.com" }, "contactId": { "type": "string", "description": "ActiveCampaign contact ID" } }, "required": [ "account", "contactId" ], "description": "Input schema for the activecampaign__get_contact tool." }