WhatsApp User
Customer starts or continues an expected support conversation.
3CX Middleware
Route inbound WhatsApp support messages into 3CX and reply from 3CX within the active conversation window while keeping responsible messaging controls active.
Flow
Inbound WhatsApp conversations can move into 3CX support workflows, while replies still pass back through WhatsApp Gateway controls.
Customer starts or continues an expected support conversation.
Records the message, handles opt-outs, and prepares a normalized support event.
Agents receive the event in the configured 3CX destination.
Replies go through purpose, limit, suppression, and conversation-window checks.
What It Does
Best Use Cases
How It Works
Step 1
Step 2
Step 3
Step 4
Step 5
Responsible Messaging
3CX middleware is not a marketing or campaign sender. 3CX-style WhatsApp replies require the WhatsApp user to message first and are limited to the active conversation window. All outbound WhatsApp messages from 3CX pass through WhatsApp Gateway responsible messaging controls, including message purpose validation, fair-use limits, suppression checks, pause controls, and policy logging.
Security Highlights
Developer Example
POST /integrations/3cx/webhook/{integration_id}
X-WhatsApp-Gateway-3CX-Secret: ********
Content-Type: application/json
{
"event_type": "outbound_message",
"to": "+966500000000",
"message_text": "Your support ticket has been updated.",
"message_purpose": "support",
"conversation_id": "3cx-chat-123",
"agent_extension": "101"
}
WhatsApp Gateway is independent and not affiliated with WhatsApp, Meta, or 3CX.