Cursor AI
Generate a working client, env setup, and webhook handler from the API docs inside Cursor.
Google AI Studio
Use Gemini function calling in AI Studio so a model can trigger a Trikon Voice call.
n8n
Workflow nodes for HTTP requests and incoming webhooks — no custom server required.
Zapier
Catch a form or CRM event in Zapier, then place a call or create a lead in Trikon Voice.
What every integration needs
The same four values appear in every guide. Copy them once from the app.
Pass the key as:
The two endpoints you will use most
- Start a call —
POST /api/outbound-call. Full reference: Make a call. - Hear back when it finishes — configure a webhook URL in Settings → Developer API. Full reference: Webhooks.
POST /api/developer/leads and then call that lead with POST /api/developer/leads/{leadId}/call.
