You need to configure this component.
Outputs:
green
message has been sent successfullyred
an error while sending
Dynamic arguments:
Are performed via FlowData repository and can be used for subject, from/to addresses or attachments. Use repository
component for creating of dynamic arguments. Examples:
- subject
{name}
- from address e.g.
{from}
- to address e.g.
{to}
Attachments:
FlowData
repository needs to contain attachments
key with user-defined array in the form:
[
{ filename: '/absolute/path/to/some/file.pdf', name: 'report.pdf' },
{ filename: '/or/absolute/path/to/package.zip' }
]```