c
cortex-plugin-crm
ESMv1.0.0
CRM Sync & Intelligence Agent — HubSpot, Salesforce, Pipedrive, and Close CRM integration with AI-driven next-best-action recommendations, pipeline management, and lead qualification
0.00CortexPrism
cortex-plugincortexprismcrmdenopluginsales
Install Command
$ cortex plugins install marketplace:cortexprism.io/plugins/cortex-plugin-crmConfiguration
Plugin Type
ESM
Entry Point
plugins/cortex-plugin-crm/mod.ts
Tags
cortex-plugincortexprismcrmdenopluginsales
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 19, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
CRM Sync & Intelligence Agent
Multi-platform CRM plugin for CortexPrism — HubSpot, Salesforce, Pipedrive, and Close CRM integration with AI-driven next-best-action recommendations.
Installation
cortex plugin install github:CortexPrism/cortex-plugin-crm
Tools
| Tool | Description |
|---|---|
crm_search_contacts | Search contacts by name, email, company across CRMs |
crm_get_deal | Get deal details including pipeline stage, value, contacts |
crm_update_deal | Update deal stage, add notes, reassign owner |
crm_create_contact | Create a new contact or lead |
crm_get_pipeline | Get pipeline summary with deal counts, values, forecast |
crm_suggest_actions | AI-driven next-best-action recommendations |
Configuration
Configure in ~/.cortex/config.json:
{
"plugins": {
"cortex-plugin-crm": {
"hubspotApiKey": "your-hubspot-key",
"pipedriveApiToken": "your-pipedrive-token",
"closeApiKey": "your-close-key"
}
}
}
For Salesforce, set salesforceClientId, salesforceClientSecret, and salesforceInstanceUrl.
Supported Platforms
- HubSpot — API key authentication
- Salesforce — OAuth2 client credentials
- Pipedrive — API token authentication
- Close CRM — API key (Basic auth)
Development
deno task test
deno fmt
deno lint
License
MIT
Published June 19, 2026 · Updated June 19, 2026