UNPKG

n8n-nodes-zalo-oa-integration

Version:

Tích hợp Zalo Official Account API v3.0 vào n8n

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