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
/
ZaloOA
/
ZaloOA.node.d.ts
6 lines
(5 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
ZaloOA
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }