TTMSFNCWhatsAppServer.VerifyToken Property
Token compared against the verification challenge sent by the webhook provider when the endpoint is registered.
API unit family: TMSFNCWhatsAppServer
Declaring type: TTMSFNCWhatsAppServer
Inherited from: TTMSFNCCustomWhatsAppServer
Type: string
Syntax
property VerifyToken: string;
Remarks
On an incoming GET verification request the value is matched against the provider's hub.verify_token parameter; on a match the server echoes back the hub.challenge value to confirm the endpoint. Set this to the same token configured at the provider.