UNPKG
n8n-nodes-netgsm-unofficial
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
N8N community node for Netgsm to send SMS and voice messages API integration
n8n-nodes-netgsm-unofficial
/
dist
/
nodes
/
Netgsm
/
Netgsm.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
Netgsm
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }