Skip to main content

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.

Connecting Bird lets your agent send WhatsApp messages from numbers you’ve already configured in your Bird workspace — no Poku shared number required.

Connect your Bird account

1

Open the Integrations page

2

Enter your Bird credentials

Paste in your Workspace ID and API Key.
3

Save

Click Save. Any WhatsApp numbers connected in your Bird workspace are now available to use with Poku.

Send a WhatsApp message from your Bird number

Pass your Bird-connected WhatsApp number as from in any WhatsApp request:
curl -X POST https://api.pokulabs.com/messages/whatsapp \
  -H "Authorization: Bearer <your-poku-api-key>" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Your appointment is confirmed for tomorrow at 2pm.",
    "to": "+12155551234",
    "from": "+19165550100"
  }'