UNPKG
n8n-nodes-send-email-advanced
Version:
latest (0.1.9)
0.1.9
0.1.8
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Send Email with Headers, Draft, and Reply capabilities for n8n
n8n-nodes-send-email-advanced
/
dist
/
nodes
/
SendEmailAdvanced
/
SendEmailAdvanced.node.d.ts
6 lines
(5 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
INodeExecutionData
,
INodeType
,
INodeTypeDescription
,
IExecuteFunctions
}
from
'n8n-workflow'
;
export
declare
class
SendEmailAdvanced
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }