UNPKG

n8n-nodes-chatwork

Version:

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

6 lines (5 loc) 193 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Chatwork implements INodeType { description: INodeTypeDescription; methods: INodeType['methods']; }