crm-management
Installation
SKILL.md
CRM Management
API-powered CRM system for managing relationships with your X followers and contacts.
Entry Points
| Goal | Route | Method |
|---|---|---|
| List CRM contacts | GET /api/crm/contacts |
REST API |
| Sync followers to CRM | POST /api/crm/sync |
REST API |
| Tag a contact | POST /api/crm/contacts/:id/tag |
REST API |
| Search contacts | GET /api/crm/contacts?q=query |
REST API |
| Segment contacts | GET /api/crm/segments |
REST API |
| Export contacts | GET /api/crm/export |
REST API |