Integrations

Cortex Voice technical
resources and documentation

Complete API reference, CSV template library, quick-start guides and downloadable resources — everything you need to go further with Cortex Voice.

6 min read
EC
Comulead Team
March 2026
Cortex Voice technical documentation and resources

REST API reference

The Cortex Voice API is a standard REST API using JSON for all requests and responses. Authentication is handled via an API key passed in the HTTP header.

Base URL and authentication

Base URL: https://api.comulead.com/v1
Required header: Authorization: Bearer YOUR_API_KEY
Format: Content-Type: application/json

EndpointMethodDescription
/surveysGETList all surveys on the account
/surveys/{id}GETDetails of a specific survey
/surveys/{id}/responsesGETAll responses for a survey
/responses/{id}GETDetails of a response (score + verbatim + themes)
/contactsPOSTAdd or update contacts
/reports/npsGETAggregated NPS score for a period
Tip — Interactive documentation

The complete API documentation with request and response examples is available at api.comulead.com/docs. You can test each endpoint directly from the interface by authenticating with your test API key (sandbox environment).

Downloadable CSV templates

Cortex Voice accepts CSV files for contact imports and bulk survey sending. Use the official templates to avoid formatting errors.

TemplateRequired columnsOptional columns
Standard contact importemailfirstname · lastname · company
Enriched contact importemailfirstname · segment · purchase_date · product
CRM contact importemail · crm_idfirstname · account_owner · contract_value
1
Download the template from Cortex Voice

In Cortex Voice → Surveys → New survey → Distribution step → Email channel → click Download CSV template. The file opens directly in Excel or Google Sheets.

2
CSV formatting rules

Follow these rules to avoid import errors:

  • UTF-8 encoding is mandatory (special characters and accents)
  • Delimiter: comma (,) — not semicolons
  • First row = column headers (exact names from the template)
  • No empty rows or merged cells
  • Email addresses in lowercase, format name@domain.com
Important — Excel and UTF-8 encoding

Excel on Windows sometimes saves in ANSI encoding by default, which corrupts accented characters. To force UTF-8 in Excel: File → Save As → File type: CSV UTF-8 (comma delimited). In Google Sheets, CSV exports are always UTF-8.

Survey template library

Cortex Voice provides ready-to-use templates for the most common SMB use cases.

TemplateUse caseNo. of questions
Standard Relational NPSQuarterly program, overall satisfaction2
Post-purchase NPSTriggered 48 hours after transaction3
Onboarding NPS30 days after service activation3
Renewal NPS45 days before contract expiry4
Support NPSAfter a support ticket is resolved3

Downloadable resources

These resources are available in Cortex Voice → Resources (bottom sidebar menu):

  • Quick-start guide (PDF, 8 pages) — Summary of the first 5 steps in a printable format
  • NPS tracking spreadsheet (Google Sheets) — Monthly tracking template with automatic formulas and charts
  • Follow-up email templates (DOCX) — 6 templates for responding to detractors, passives and promoters
  • Bill 25 compliance checklist (PDF) — 10 verification points for your surveys and data handling
  • NPS & CX glossary (PDF) — 35 key definitions to build an NPS culture across your team

API limits and quotas

LimitValueReset
API requests1,000 / hourEvery hour
Contact import5,000 per filePer import
Email sends10,000 / dayMidnight EST
Active webhooks10 per accountPermanent
Data retention24 rolling monthsMonthly
Need higher limits?

If your usage exceeds these quotas, contact support@comulead.com to discuss a tailored plan. Email send limits can be increased on request after verifying your domain's deliverability setup.

Key takeaways

Key points
  • The REST API is documented interactively at api.comulead.com/docs — test each endpoint in the sandbox
  • Always use the official CSV template and export in UTF-8 to avoid character corruption
  • 5 ready-to-use survey templates cover the most common SMB use cases
  • Downloadable resources (templates, Bill 25 checklist, glossary) are in the Resources menu of Cortex Voice
  • Limit of 1,000 API requests per hour — use pagination for large data exports
Integrations

Full documentation or custom help

Access the interactive API or contact our team for a custom integration.