Developers

Documentation

Everything you need to build on the Adyapan Connect platform.

Example: send a message

curl -X POST https://api.adyapanconnect.com/v1/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+919999999999",
    "type": "template",
    "template": "welcome_message"
  }'