UNPKG

n8n-nodes-chatwork

Version:

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

3 lines (2 loc) 211 B
import { IHttpRequestMethods, ILoadOptionsFunctions } from 'n8n-workflow'; export declare function chatworkApiRequest(this: ILoadOptionsFunctions, method: IHttpRequestMethods, path: `/${string}`): Promise<any>;