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.
Create a new contact in ActiveCampaign
activecampaign__create_contact
{ "type": "object", "properties": { "account": { "type": "string", "description": "ActiveCampaign account subdomain: the 'youraccount' part of https://youraccount.api-us1.com" }, "contact": { "type": "object", "description": "Contact payload, e.g. { \"email\": \"[email protected]\", \"firstName\": \"Jane\", \"lastName\": \"Doe\", \"phone\": \"+15551234567\" }" } }, "required": [ "account", "contact" ], "description": "Input schema for the activecampaign__create_contact tool." }