Table of Contents

TMS FNC WhatsApp Receiver

TTMSFNCWhatsAppReceiver is a headless component that connects to a WhatsApp Business API webhook endpoint and parses incoming messages — text, images, documents, audio, video, contacts, locations, and stickers — into structured Delphi objects.

Documentation

Start here Use when
Get started Connect to a WhatsApp webhook and handle your first message.
Guides Task guides: message types, media handling, and contact parsing.
API reference Full property, method, and event reference.
Release notes You want to see what changed in recent versions.

Key classes

Class Role
TTMSFNCWhatsAppReceiver Main receiver component.
TTMSFNCWhatsAppReceiverMessage Parsed incoming WhatsApp message.
TTMSFNCWhatsAppReceiverMedia Media attachment details (image, audio, video, document).
TTMSFNCWhatsAppReceiverContact Parsed contact card.
TTMSFNCWhatsAppReceiverLocation Geographic location message.

See Also