Send plain text messages.

Request

curl -X POST "https://api.wazapin.id/v1/messages" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "channel_id": "wzp_wu8f3k2p",
    "to": "6281234567890",
    "type": "text",
    "text": "Hello! Your order has been shipped."
  }'

Notes

  • Use text as the type.
  • text field is required and must be non-empty.