adapter-email

On this page:

mailWithOptions

Summary

Send email with cc, bcc, and attachment options

Description

Email a message with cc, bcc, and attachment options.

Route

No Northbound API Available

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
from string yes Email address of the sender.
to array yes List of email addresses (recipients).
subject string yes Subject of email.
body string yes Body of email.
displayName string no The display name of the sender; default value is 'IAP'.
cc array no List of email addresses (recipients) for the Cc: field.
bcc array no List of email addresses (recipients) for the Bcc: field.
attachments array no List of attachments.

Return

DetailsExampleSchema
Name Type Description
response object Response from email notify.