> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # Smartlead.ai Supports: * ✅ Models * ✅ Model sync destination * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
api_key string API key true
#### Example ```json { "name": "Smartlead.ai connection", "type": "smartlead", "configuration": { "api_key": "" } } ``` ## Model Sync ### Source #### Configuration
NameTypeDescriptionRequired
object string Object

Accepted values: `campaign`, `lead`, `lead_message_history`, `client`, `campaign_lead_statistics`, `campaign_statistics`
true
#### Example ```json { ... "configuration": { "object": "campaign" } } ``` ### Target Smartlead.ai connections may be used as the destination in a model sync. ## Bulk Sync ### Source Smartlead.ai connections may be used as a bulk sync source. No additional configuration options are required.