Insights
Insights provide analytics dashboards for your CRM data — contact growth, activity trends, project revenue, and more. Query by date range with automatic period-over-period comparison.
Get insights overview with summary and trends
Section titled “Get insights overview with summary and trends”Endpoint: insights-overview
| Field | Type | Required | Description |
|---|---|---|---|
start_date | string | Yes | |
end_date | string | Yes | |
compare_start_date | string | No | |
compare_end_date | string | No |
curl -X POST https://api.driftwoodapp.com/api/insights-overview \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"start_date": "...", "end_date": "..."}'Get project insights with summary and breakdowns
Section titled “Get project insights with summary and breakdowns”Endpoint: insights-projects
| Field | Type | Required | Description |
|---|---|---|---|
start_date | string | Yes | |
end_date | string | Yes | |
compare_start_date | string | No | |
compare_end_date | string | No |
curl -X POST https://api.driftwoodapp.com/api/insights-projects \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"start_date": "...", "end_date": "..."}'