Seamlessly Integrate WhatsApp with your business tech stack

Connect WooCommerce, n8n, and any platform via our powerful REST API & Webhook system

Pick From Our Top Integration Apps To Grow Your Business On WhatsApp

WooCommerce
WooCommerce E-commerce
API Access & Webhook API & Automation
n8n API & Automation
Multi-Platform API & Automation
API & Webhook Documentation
Webhook Endpoint: Your webhook URL will receive POST requests with message payload
API Base URL: https://app.ttwapi.com/api
Vender ID: Clint Vender ID
Authentication: Bearer Token OR ?token=your_token
Example Webhook Response
{
    "contact": {
        "status": "existing/updated/new",
        "phone_number": "XXXXXXXXXX",
        "uid": "XXXXXXXXXX",
        "first_name": "XXXXXXXXXX",
        "last_name": "XXXXXXXXXX",
        "email": "XXXXXX@XXXXXXXXXX.com",
        "language_code": "en",
        "country": "XXXX"
    },
    "message": {
        "whatsapp_business_phone_number_id": "XXXXXXXXXX",
        "whatsapp_message_id": "wamid.XXXXXXXXXX",
        "replied_to_whatsapp_message_id": "wamid.XXXXXXXXXX",
        "is_new_message": true,
        "body": null,
        "status": null,
        "media": {
            "type": "image",
            "link": "link to media",
            "caption": null,
            "mime_type": "image/jpeg",
            "file_name": "XXXXXXXXXX",
            "original_filename": "XXXXXXXXXX"
        }
    },
    "whatsapp_webhook_payload": {
        // WhatsApp webhook data
    }
}
Dynamic Variables Available
{first_name} {last_name} {full_name} {phone_number} {email} {country} {language_code} {assigned_team_member}