Send a WhatsApp message

Deliver a message to a phone number your agent can't reach otherwise. Delivery receipt returned.

POST https://api.bottrunk.com/s/send-whatsapp

Add to my agent

Call it

# Ask. You get a 402 with the payment requirements.
curl https://api.bottrunk.com/s/send-whatsapp \
  -d '{"url": "https://example.com/pricing"}'

# Pay and retry. Any x402 client does this for you.
curl https://api.bottrunk.com/s/send-whatsapp \
  -H "X-PAYMENT: <signed USDC transfer>" \
  -d '{"url": "https://example.com/pricing"}'

Input

to string E.164 phone number.
text string Message body, up to 1,000 characters.

Output

message_id string Provider message id.
status string sent, delivered, or failed.