WhatsApp Developer API

Supports QR Code connection. No per-message charge.

Programmatically send and receive unlimited WhatsApp messages using our easy-to-use WhatsApp Developer API

<?php
use GuzzleHttp\Client;

$client = new Client();
$response = $client->post('http://api-portal.hitlchat.io/api/v1/messages/send', [
    'headers' => [
        'Content-Type' => 'application/json',
        'Authorization' => 'Bearer [your_api_key]'
    ],
    'json' => [
        'type' => 'text',
        'recipientNumber' => '+61000000000',
        'messageText' => 'Hello from the HitlChat API!'
    ]
]);
import axios from 'axios';

const response = await axios.post(
    'http://api-portal.hitlchat.io/api/v1/messages/send',
    {
        type: 'text',
        recipientNumber: '+61000000000',
        messageText: 'Hello from the HitlChat API!'
    },
    {
        headers: {
            'Content-Type': 'application/json',
            'Authorization': 'Bearer [your_api_key]'
        }
    }
);
import httpx

response = httpx.post(
    'http://api-portal.hitlchat.io/api/v1/messages/send',
    json={
        'type': 'text',
        'recipientNumber': '+61000000000',
        'messageText': 'Hello from the HitlChat API!'
    },
    headers={
        'Content-Type': 'application/json',
        'Authorization': 'Bearer [your_api_key]'
    }
)
using RestSharp;

var client = new RestClient("http://api-portal.hitlchat.io/api/v1/messages/send");
var request = new RestRequest()
    .AddHeader("Content-Type", "application/json")
    .AddHeader("Authorization", "Bearer [your_api_key]")
    .AddJsonBody(new {
        type = "text",
        recipientNumber = "+61000000000",
        messageText = "Hello from the HitlChat API!"
    });

var response = await client.ExecuteAsync(request);
import kong.unirest.Unirest;
import org.json.JSONObject;

var response = Unirest.post("http://api-portal.hitlchat.io/api/v1/messages/send")
    .header("Content-Type", "application/json")
    .header("Authorization", "Bearer [your_api_key]")
    .body(new JSONObject()
        .put("type", "text")
        .put("recipientNumber", "+61000000000")
        .put("messageText", "Hello from the HitlChat API!"))
    .asJson();

Send unlimited WhatsApp messages without per-message costs

Simply scan a QR code to connect your number instantly

Real-time webhooks deliver messages and events to your application

Send & receive multimedia (image/video/audio)

Start using our WhatsApp Developer API to instantly start sending messages

Botpress WhatsApp chatbot integration
whatsapp developer api

Try WhatsApp Developer API right now..

No need to register a number with Meta/WhatsApp Business API.

Simply create a hitlchat account, scan a QR code and receive your API key. It's that simple!

Try WhatsApp Developer API Free

Use cases for WhatsApp Developer API

Scheduled Reminders

Send scheduled customer alerts, appointment/booking reminders and other key updates straight to customers through our WhatsApp Developer API

eCommerce Notifications

Send automated purchase confirmations, abandon cart reminders, shipment/tracking alerts. Let customers monitor deliveries or complete transactions seamlessly, improving their entire experience

AI Chatbots

Launch AI-driven bots that answer questions, process returns, and manage support tasks around the clock. Boost customer satisfaction while drastically cutting operational costs.

Integrate with CRM's

Connect WhatsApp conversations directly with your CRM and helpdesk tools. Access comprehensive customer insights, refine your approach, and drive smarter business outcomes

Automate Customer Service

Transform your support operations with smart, instant WhatsApp replies. Handle common questions, resolve issues, and gather customer feedback automatically for maximum productivity.

Lead Conversion

Turn more prospects into customers with tailored WhatsApp messaging. Schedule automatic follow-ups, assess lead quality, and guide them smoothly through your sales funnel.

Real stories from real developers

Jenn Emmings

Digital marketing agency

“The Hitlchat WhatsApp Developer API is super easy to use! It offers all the features we needed. There are many non official APIs out there, but Hitlchat has made building WhatsApp marketing campaigns seamless and highly effective. Absolutely a great product.”

Garcia Malan

Integrations Developer

"Getting started with the Whatsapp Developer API was quick and straightforward. Even as a beginner coder I found it simple to implement. It has transformed our business by enabling us to send personalized offers and deals to our customers on command."

Pinali Singh

eCommerce Developer

“WhatsApp has been our main sales channel for a few years. The hitlchat WhatsApp Developer API has without doubt taken our marketing efforts to the next level. It allows us to send custom targeted broadcasts based on specific customer interests. Sales have been steadily increasing thanks to this developer api.”

Pay per WhatsApp number

Save 25% with our annual plan

Annual

Monthly

WhatsApp Developer API

$6

/ Per Month per number

Programmatically send and receive WhatsApp messages without per message costs

Send/receive unlimited WhatsApp messages

Connect your WhatsApp number in seconds via QR scan

Real-time webhooks & events to your application

Supports images, video, audio, and documents

Secure API authentication

1 number included

Try Developer API For Free

WhatsApp Developer API

$8

/ Per Month per number

Programmatically send and receive WhatsApp messages without per message costs

Send/receive unlimited WhatsApp messages

Connect your WhatsApp number in seconds via QR scan

Real-time webhooks & events to your application

Supports images, video, audio, and documents

Secure API authentication

1 number included

Try Developer API For Free

Ready to try hitlchat ?

Create Your Free Account Now

No credit card required