People Categories
Contacts are organized into five categories:| Category | Description |
|---|---|
| Developers | Primary decision makers, architects, developers |
| Decision Makers | CFO, COO, project managers with authority |
| Key Contacts | Accessible relationships, existing connections |
| Influential | Industry influencers, advisors |
| Suggested | AI-recommended contacts |
Contact Structure
AI Contact Recommendations
AdaptEngine uses AI to suggest relevant contacts:Adding Contacts
Add a contact manually:Promoting AI Suggestions
Move an AI-suggested contact to a permanent category:Relationship Graph
Visualize connections between contacts and leads:Message Drafts
Create message drafts for outreach:AI Message Generation
SetgenerateAi: true to have AI draft the message based on lead context and contact profile.
Research Status
Track contact research progress:API Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/leads/{leadId}/contacts | List all contacts |
POST | /api/v1/leads/{leadId}/contacts | Add contact |
PUT | /api/v1/leads/{leadId}/contacts/{id} | Update contact |
DELETE | /api/v1/leads/{leadId}/contacts/{id} | Remove contact |
GET | /api/v1/leads/{leadId}/ai-contacts | Get AI suggestions |
POST | /api/v1/leads/{leadId}/contacts/{id}/promote | Promote suggestion |
GET | /api/v1/leads/{leadId}/message-drafts | List drafts |
POST | /api/v1/leads/{leadId}/message-drafts | Create draft |