Connect your Telnyx Voice AI agent with n8n to trigger sophisticated automation workflows from any voice interaction. The integration allows agents to kick off multi-step workflows, update records across connected apps, and orchestrate complex business logic - all triggered by natural conversation. With n8n’s visual workflow builder, you can chain together hundreds of app nodes, conditional logic, and data transformations, turning every call into an actionable automation pipeline.
This video shows how a Voice AI agent built on Telnyx triggers an n8n workflow during a call. The agent captures intent from the conversation, sends a webhook to n8n, and n8n orchestrates the workflow across multiple connected services - updating records, sending notifications, and executing business logic in real time.
The n8n integration supports the following operations through HTTP Request nodes and webhooks:
Workflow Triggers
Data Operations
App Nodes
CATEGORY
Developer resources
n8n is an open-source workflow automation platform that lets technical teams build AI agents and integrations visually. With over 500 pre-built connectors and support for custom API calls, it enables teams to automate complex processes while keeping every step of an agent's reasoning traceable and controllable.
A Telnyx voice AI agent can trigger n8n workflows and pass data through API tool calls during a phone conversation. When a caller requests an action - like creating a ticket, updating a record, or running a data lookup - the agent can call an n8n webhook with the relevant parameters and relay the result back to the caller.
The agent can send structured data from the call into n8n workflows, including caller details, issue descriptions, and conversation context. n8n can then orchestrate multi-step automations across connected systems and return a response that the agent reads back to the caller.
For more complex setups, the agent can pass conversation context into n8n AI agent nodes that handle reasoning, RAG lookups, or multi-system data enrichment - letting the voice agent act as the front door to sophisticated backend automations.
COMPOSITION
Four n8n assistants. Pick one and the blocks it runs on light up, and the create call attaches n8n in the same request, the meter prices it. Or click any single block: every primitive sells alone.
One request. Tools attached. You pay the minute, not the connector.
Every Telnyx integration runs on the same infrastructure: voice AI agents for conversation, inference for reasoning, SIP trunking for transport, STT and TTS for understanding and speech, and phone numbers for provisioning.

Front-end phone conversations that trigger n8n workflows and relay results back to callers.
Learn more
Connect voice agents to n8n AI agent nodes for multi-step reasoning and data enrichment.
Learn more
Reliable voice transport for calls that trigger n8n automation workflows.
Learn more
Transcribe caller speech into structured text for n8n workflow inputs.
Learn more
Convert n8n workflow responses into natural speech for callers.
Learn more
Provision numbers that serve as entry points to n8n-powered automation pipelines.
Learn moreOptimize recruiting with voice-driven updates, scheduling, and candidate workflows.
Learn moreCHOOSE BY USE CASE OR PRODUCT
RESULTS
cURL
# low-code voice automation — create the agent# tools attach in the same requestcurl -X POST https://api.telnyx.com/v2/ai/assistants \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "n8n-voice-automation", "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "instructions": "Answer the call, process the request from the caller, trigger the appropriate n8n workflow via the Agent SDK, and read out the result.", "integrations": [ { "integration_id": "n8n" } ] }'# 8 primitives · 1 vendor · 1 bill# 1 tool · GET /v2/ai/integrationsLow-Code Voice Automation
SELECT USE CASE
SELECT USE CASE
OR SELECT PRODUCT
RESULTS
cURL
# low-code voice automation — create the agent# tools attach in the same requestcurl -X POST https://api.telnyx.com/v2/ai/assistants \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "n8n-voice-automation", "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "instructions": "Answer the call, process the request from the caller, trigger the appropriate n8n workflow via the Agent SDK, and read out the result.", "integrations": [ { "integration_id": "n8n" } ] }'# 8 primitives · 1 vendor · 1 bill# 1 tool · GET /v2/ai/integrationsLow-Code Voice Automation
RESULTS
cURL
# low-code voice automation — create the agent# tools attach in the same requestcurl -X POST https://api.telnyx.com/v2/ai/assistants \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "n8n-voice-automation", "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "instructions": "Answer the call, process the request from the caller, trigger the appropriate n8n workflow via the Agent SDK, and read out the result.", "integrations": [ { "integration_id": "n8n" } ] }'# 8 primitives · 1 vendor · 1 bill# 1 tool · GET /v2/ai/integrationsLow-Code Voice Automation