Table of Contents

TMS FNC WhatsApp Server

TTMSFNCWhatsAppServer is a headless WebSocket server component specialized for acting as a WhatsApp Business API webhook endpoint, forwarding raw webhook payloads and broadcasting processed messages.

Documentation

Start here Use when
Get started Start a WhatsApp webhook server and handle incoming webhook events.
Guides Task guides: webhook verification, SSL setup, and message broadcasting.
API reference Full property, method, and event reference.
Release notes You want to see what changed in recent versions.

Key classes

Class Role
TTMSFNCWhatsAppServer Main WhatsApp webhook server component.
TTMSFNCWebSocketServerConnection Represents a single connected client.
TTMSFNCWebSocketConnection Base connection with send, ping, pong, and close frame support.

See Also