UNPKG

n8n-nodes-chatwork

Version:

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

6 lines (5 loc) 275 B
import { INodeType, INodeTypeDescription, IWebhookFunctions, IWebhookResponseData } from 'n8n-workflow'; export declare class ChatworkTrigger implements INodeType { description: INodeTypeDescription; webhook(this: IWebhookFunctions): Promise<IWebhookResponseData>; }