If your AI agent already lives on another platform, you can wire Poku Inbox into it via n8n. This example uses Retell.ai as the agent brain.Documentation Index
Fetch the complete documentation index at: https://docs.pokulabs.com/llms.txt
Use this file to discover all available pages before exploring further.

Prerequisites
Before setting up, grab your Poku API key from the Poku dashboard. You’ll need it to enable the agent toggle in your workflow.How it works
Check for existing conversation
The workflow checks whether a conversation already exists for the incoming phone number:
- No existing conversation — a new chat is created.
- Existing conversation — the chat is updated with the new message.

