Send a one-way WhatsApp message, or set a waitTime to listen for a reply and capture it in the response. Send from the Poku WhatsApp account using free-form text, or use your own WhatsApp number with a Meta-approved template.
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.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"
The content of your message.
When waitTime is not set:
"Notification from AI agent: {{message}}. No response required."
When waitTime is set:
"Your AI agent is requesting your input. Message from agent: {{message}}. Please review and reply with your guidance. If no response is received within {{waitTime}} seconds, the request will be automatically closed."
The number you want to message, in E.164 format.
When not supplied, no reply is captured.
When supplied, this is the number of seconds the API request is held open waiting for a reply. Poku returns the reply in the HTTP response.
1 <= x <= 60060
Duration in seconds to keep listening for a reply after the waitTime window closes.
When a reply arrives within this window, Poku sends it to any webhooks you've configured.
1 <= x <= 600006000