Contact Us

Have questions? Send us a message or contact us on WhatsApp.

WhatsApp

Message us directly on WhatsApp:

Chat on WhatsApp
WhatsApp Cloud API (optional)

To integrate programmatically, use Facebook's WhatsApp Cloud API. You'll need an access token and phone number ID.

POST https://graph.facebook.com/v17.0/PHONE_NUMBER_ID/messages
Authorization: Bearer ACCESS_TOKEN
Content-Type: application/json

{
  "messaging_product": "whatsapp",
  "to": "919999999999",
  "type": "text",
  "text": { "body": "Hello from our store!" }
}
            

We can wire this up if you provide the token & phone number ID (or can set it in environment / config).