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.
Update an existing ActiveCampaign contact
| Field | Value |
|---|---|
| Name | activecampaign__update_contact |
| Group | Integrations |
{
"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"
},
"contact": {
"type": "object",
"description": "Contact fields to update, e.g. { \"firstName\": \"Jane\" }"
}
},
"required": [
"account",
"contactId",
"contact"
],
"description": "Input schema for the activecampaign__update_contact tool."
}