Trusted by 10,000+ businesses

Developer Resources &
Documentation

Everything you need to build powerful WhatsApp integrations with AIWATS.

Documentation

Quick Start

// Initialize the AIWATS client
const client = new AIWATS({
  apiKey: process.env.AIWATS_API_KEY,
  version: "v1"
});

// Send a message
const response = await client.messages.send({
  to: "+1234567890",
  type: "text",
  text: { body: "Hello from AIWATS!" }
});

Ready to get started?

Sign up for a free account and start building with AIWATS today.