UNPKG
n8n-nodes-zalo-oav3-test
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.2
0.0.1
Tích hợp Zalo Official Account API v3.0 vào n8n
github.com/hichay/zalo-node-oa
hichay/zalo-node-oa
n8n-nodes-zalo-oav3-test
/
dist
/
nodes
/
ZaloOAWebhook
/
ZaloOAWebhook.node.d.ts
6 lines
(5 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
INodeType
,
INodeTypeDescription
,
IWebhookFunctions
,
IWebhookResponseData
}
from
'n8n-workflow'
;
export
declare
class
ZaloOAWebhook
implements
INodeType
{
description
:
INodeTypeDescription
;
webhook
(
this
:
IWebhookFunctions
):
Promise
<
IWebhookResponseData
>; }