UNPKG

n8n-nodes-chatwork

Version:

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

3 lines (2 loc) 188 B
import { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getRooms(this: ILoadOptionsFunctions, query?: string): Promise<INodeListSearchResult>;