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 deals in ActiveCampaign
| Field | Value |
|---|---|
| Name | activecampaign__list_deals |
| 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 deals by title"
},
"limit": {
"type": "number",
"description": "Maximum deals to return (max 100)"
},
"offset": {
"type": "number",
"description": "Number of deals to skip for pagination"
}
},
"required": [
"account"
],
"description": "Input schema for the activecampaign__list_deals tool."
}