During an outbound call, the voice agent will transfer to your transfer number if (1) the person on the line explicitly asks to speak with a human or (2) if you specify any transfer conditions in the prompt. This gives the other party a way to reach you directly if needed — for example, if they have a question the agent can’t answer or want to confirm details personally.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.
Option 1: Via the API
PasstransferTo in your call request:
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Structured prompt that drives the voice AI agent. |
to | string | Yes | Destination phone number in E.164 format. |
transferTo | string | No | Number to transfer the call to if the other party asks to speak with a human. Must be E.164 format. |
Option 2: Via the Poku Skill
SetPOKU_TRANSFER_NUMBER in your Poku Skill environment config to apply a permanent transferTo across all calls placed by the skill — no need to pass it on each request.
