Variable validateWebhookSignatureConst
validateWebhookSignature: (
secret: string,
headers: IncomingHttpHeaders,
body: any,
) => boolean
Type Declaration
- (secret: string, headers: IncomingHttpHeaders, body: any): boolean
Parameters
- secret: string
- headers: IncomingHttpHeaders
- body: any
Returns boolean
- true if the signature header is valid
Validate webhook signature headers for Conversation callback.