← All Toolstrigger_syndication
SyndicationFree5-15ssyndication:write
Push latest intelligence into CRM platforms. Detects stale platforms and updates only what needs updating.
Parameters
| Name | Type | Required | Description |
|---|
| platforms | string[] | optional | Platforms to sync (e.g., ["hubspot"]). Omit for all stale. |
Example (curl)
curl
curl -X POST https://platform.andru-ai.com/api/mcp/tools/call \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{"tool": "trigger_syndication", "arguments": {"platforms": ["hubspot"]}}'
Example (MCP)
Claude Prompt
Sync our latest intelligence to HubSpot.