UNPKG

n8n-nodes-chatwork

Version:

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

3 lines (2 loc) 175 B
import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getContacts(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;