Skip to main content
The fastest way to add Poku to your voice AI agent is to configure it as a custom function or tool call on your platform of choice. This walkthrough uses email capture as the example — one of the most common use cases, since emails are hard to capture reliably over voice. If you’re using Retell AI or Vapi, see the platform-specific guides: Retell AI · Vapi
1

Create a new custom function or tool

In your voice AI platform, navigate to the tools or functions section and create a new custom function.
2

Configure the HTTP call

Set the tool name, description, method, URL, and authorization header:
3

Define the input parameters

Expose the following parameters so your agent can populate them at call time:
4

Update your agent prompt

Tell your agent when and how to use the tool. See the example prompt below.

Example agent prompt


Explore more

Messages

Send a message and wait for a reply.

Forms

Send a structured form and receive all fields back.

Channel Cards

Expose specific channels to your agent at runtime.

Follow Up Time

Capture replies that arrive after the call ends.