Skip to main content
A channel card stores a pre-configured messaging route: who to send to, how long to wait, and exactly how to phrase the message and response. Once set up, your agent only needs to populate a message, the rest is handled.

Create a channel card

1

Open the Channels page

Log in to the Poku dashboard and go to Channels.
2

Select a channel

Choose the channel your agent will use to loop in a human.
Select a channel in the Poku dashboard
3

Fill out the channel details

The required fields depend on the channel type:
4

Hit Create

This saves the channel card and generates a unique channel ID.

Use your channel card

Pass the channel ID in any Poku API request. No need to include to, waitTime — those are stored on the card.
Find your channel ID on the channel card in the dashboard:
Channel ID on the Poku dashboard

Advanced options

Reply link — SMS, WhatsApp, and Slack channels can include a reply link. Instead of replying via SMS or WhatsApp, the recipient clicks a link that takes them to the Poku dashboard to respond. Follow-up time — How long Poku keeps listening after waitTime closes. Late replies are delivered to your configured webhook. See Follow Up Time. Outgoing message template — Wrap your agent’s message in fixed context before it’s sent to the recipient. Message templates Templates let you add context around the message your agent sends — without changing the agent’s prompt. Example outgoing template:
When your agent sends "We need your delivery address to proceed.", the recipient sees:
“Request from ABC Store: We need your delivery address to proceed. Please respond within 30 seconds.”
Response and no-response templates By default:
  • Response: Human response: {{message}}
  • No response: Human did not respond. Continue where you left off.
These are what your agent reads in the HTTP response. You can customize them to trigger specific agent behaviors. Example:
This lets you encode routing logic directly into the channel card — your agent acts on the no-response message without needing extra prompt instructions.

What a channel card stores