Outbound SMS
When you ask your agent to send a text, it drafts the message, confirms with you before sending, and reports back on delivery. You can also ask your agent to text multiple people at once. The agent will send each message individually and confirm delivery for each recipient.Draft and confirm
The agent drafts the message based on what you want to say and shows it to you before sending:
Here’s the draft: “[message body]” Sending to [number] — good to go?It waits for your confirmation before proceeding.
Send the text
Once confirmed, the agent hits the Poku SMS endpoint with your API key, the message, and the destination number. The
to number is always formatted in E.164 (e.g. +19172577580).API reference
| Parameter | Type | Required | Description |
|---|---|---|---|
message | string | Yes | The body of the text message. |
to | string | Yes | Destination phone number in E.164 format (e.g. +15551234567). |
Inbound SMS
When someone texts your reserved number, Poku forwards the message to your agent via webhook. You’ll receive a real-time notification through whichever channel you’ve configured (e.g. Telegram, Slack) and can review and respond from there.Inbound SMS requires a webhook to be set up. See the Webhook page to get started.