Andru Docs
OverviewQuickstart
Chrome Extension
For AI Agents
llms.txtllms-full.txtOpenAPI Spec
← All Tools

trigger_syndication

SyndicationFree5-15ssyndication:write

Push latest intelligence into CRM platforms. Detects stale platforms and updates only what needs updating.

Parameters

NameTypeRequiredDescription
platformsstring[]optionalPlatforms 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.