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 deal in ActiveCampaign
activecampaign__create_deal
{ "type": "object", "properties": { "account": { "type": "string", "description": "ActiveCampaign account subdomain: the 'youraccount' part of https://youraccount.api-us1.com" }, "deal": { "type": "object", "description": "Deal payload, e.g. { \"title\": \"Acme renewal\", \"value\": 50000, \"currency\": \"usd\", \"contact\": \"<contactId>\", \"stage\": \"<stageId>\" }. Value is in cents." } }, "required": [ "account", "deal" ], "description": "Input schema for the activecampaign__create_deal tool." }