UNPKG

n8n-nodes-chatwork

Version:

Provides an n8n community node for integrating Chatwork messaging and task APIs into automated workflows.

4 lines (3 loc) 305 B
import { INodeProperties } from 'n8n-workflow'; export declare function withDisplayOptions(properties: INodeProperties[], displayOptions: INodeProperties['displayOptions']): INodeProperties[]; export declare function verifyChatworkSignature(rawBody: Buffer, signature: string, tokens: string[]): boolean;