Skip to main content

Email

Prophecy Automate

Use the Email gem to send your pipeline output tables to others via email.

Input

PortDescription
in0The table that will be sent with the email. You can only configure one input.
You do not need to write the input table to storage to send it in an email.

The gem will send email(s) when it runs. No output table will be written to your data warehouse.

Parameters

ParameterDescription
Select or create connectionDefines which SMTP connection to use for the gem. This will also determine the sender of the email.
ToSpecifies the recipient(s) of the email. You can add multiple recipients.
CcSpecifies the recipients to be included in the CC field.
BcSpecifies the recipients to be included in the BCC field.
SubjectDefines the subject of the email, providing a brief summary of its content.
BodyContains the main content or body of the email, where you can provide the message.
Include Data as AttachmentCheckbox that enables sending input data as an attachment in the email.
You can send the data as an XLSX or CSV file.