Documentationv1 REST API

Pingstack Developer Platform

Integrate official Meta WhatsApp Cloud API messaging with your CRM, school ERP, billing software, and custom applications with 0% message markup.

Recommended First Step

5-Minute Quickstart Guide

Follow our step-by-step tutorial to connect your WhatsApp number, generate an API key, and send your first template notification in less than 5 minutes.

Start Quickstart

Instant Code Example

Send a WhatsApp Template Notification
curl -X POST https://app.pingstack.in/api/v1/messages \
  -H "Authorization: Bearer ps_secret_live_xxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: invoice-reminder-998" \
  -d '{
    "to": "919876543210",
    "template": "fee_reminder",
    "variables": ["Rahul", "₹2,500"]
  }'