Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for 430patches18099

In this article

...

Use this Snap to configure and send emails to the specified email address.

Image RemovedImage Added

Prerequisites

  • Valid Exchange Online tenant.
  • Valid OAUth2 application in Azure Active Directory with all the required API permissions.

Support for Ultra Pipelines

...

  • The size of attachment has a limitation of supporting file size of 35 MB.
  • For file attachment the supported protocols  are SLDB or Local files.

Known Issues

None.

Snap

...

Views


Input/Output
Type of View
Number of Views
Examples of Upstream and Downstream Snaps
Description
Input 

Document

  • Min: 0
  • Max: 1
  • Mapper
  • Copy Snap
  • JSON Parser
Requires the Email Body Type and the Email Content deliver the message.
Output

Document

 

  • Min: 0
  • Max: 1
  • Read Email
  • Mapper

The output would be a confirmation that the email was sent successfully.


...


This field set consists of the following field:

  • URL
Parameter NameData TypeDescriptionDefault ValueExample 
LabelString
Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline.
Send EmailSend Email
User/Shared MailBoxStringEnter the mailbox from which you want to send the email. If not provided, then the mailbox specified in the account settings is used.N/Ajohn.doe@microsoft.com
Reply In A ThreadCheckbox

Select to respond to an email under a thread carrying previous emails.

On Selecting this option, you will see a new field following, Existing Message Id.

Not SelectedSelected
Existing Message IdString

Enter the ID of an existing message which will allow you to respond to an existing email.

This field is enabled only if you opt to select Reply In A Thread.

N/Aweqsvhwbshbw2e22
ToStringEnter recipient's email address.N/Ajr.downy@microsoft.com
CcString

Enter the carbon copy email address.

When you CC people on an email, the CC list is visible to all other recipients.

N/Aliam.nesson@snaplogic.com
BccString

Enter blind carbon copy address.

Unlike with CC, no one but the sender can see the list of BCC recipients.

N/Adave.fergo@oracle.com
SubjectStringEnter the subject of the email.N/A"Exchange-RCA"
Email Body Type*Drop-downDropdown

Required. Select the email body type from the dropdown list.The options are as follows:

  • TEXT: Select to send the email in a text format.
  • HTML: Select to send the email in a html format.
  • HTML TABLE: Select to send the email in a table format.
TEXTHTML
Email BodyString

Enter the content you want to send in your email.

This field supports both HTML and Plaintext format, however, you need to enter the content on the basis of your selection in Email Body Type field.

N/A'<!DOCTYPE html> <html> <head> <title>Email Snap HTML Table</title> <style type="text/css"> table.Snap {background-color:transparent;border-collapse:collapse;width:100%;} table.Snap th, table.Snap td {text-align:center;border:1px solid black;padding:5px;} table.Snap th {background-color:AntiqueWhite;} </style> </head> <body> <p>Dear Snap QA Team:</p> <p>SWAT Tickets Resolved in last 25 Days without RCA</p><p>Please fill the RCA and respective QA-analysis for the following SWAT tickets.</p> <table class="Snap"> </table> <p></p> <p>Regards,</p> <p>Snap QA</p> </body> </html>'
Set Message ImportanceDrop-down

Required. Select one of the option to set the importance of your email.

The options are as follows:

  • HIGH
  • NORMAL
  • LOW
NORMALHIGH
Email Attachment

This field set enables you to send an attachment along with the message.

URLStringEnter the URL of the file you want send to be sent as an attachment along with your email.N/A1.csv

Table Data Path

 

String

Specify the JSON path to map the data which corresponds to a row in the HTML table. If it references an array of map data, such as $.Customers[::1], the Snap adds each map data into the HTML table. If the object referenced by this property is not a map data nor an array of map data, the input document is routed to the error view.

When you use"$" in this field, the Snap creates an HTML table, wherein the Template Body has the HTML table tags (<table></table>). Therefore, the table auto-fills with the incoming data.

N/A$.Customers

Batch size


IntegerSpecify the batch size to use only for the HTML TABLE Email Body Type. The unit of the value is in the number of rows of the HTML table. If the number of documents the Snap receives from the input view reaches the specified batch size, the Snap composes an email message with an HTML table and sends it to the server. Multiple emails are generated, if needed, to send out all documents. The Snap sends the last message at the end of the Pipeline execution if any unsent table rows remain.100

100

Number of RetriesNumericIntegerSpecify the maximum number of attempts to be made to receive a response. The request is terminated if the attempts do not result in a response.06
Retry IntervalNumericIntegerSpecifies the time interval between two successive retry requests. A retry happens only when the previous attempt resulted in an exception.13
Snap ExecutionString

Specifies the execution type:

  • Validate & Execute. Performs limited execution of the Snap (up to 50 records) during Pipeline validation; performs full execution of the Snap (unlimited records) during Pipeline execution.

  • Execute only. Performs full execution of the Snap during Pipeline execution; does not execute the Snap during Pipeline validation.

  • Disabled. Disables the Snap and, by extension, its downstream Snaps.

Execute onlyDisabled


Troubleshooting


Error
Reason
Resolution
Message ID is required field for sending an email in threadYou have either not entered a message ID or provided an invalid one.Enter the Existing Message ID also ensure it to be a valid one.
Check whether the file path is correct.You have entered an invalid/incorrect URL for the email’s attachment.Verify and enter a valid URL for attachments.
Chunk Upload interruptedThe Snap could not upload the attachments.Avoid multiple uploading of attachments and retry the process.

Table Data path is not found.

The Snap could not find a JSON path for the table data.

Provide a valid path for the Table Data.

Examples

To send an email

...

The Table Data Path field does not reference a map or an array of maps.

The Snap is unable to map the Table Data path to the HTML table row data.

Please verify if the Table Data Path references a map or an array of maps


Examples

Sending an email

This example Pipeline demonstrates how to send an email to another individual's mailbox.

Let us provide required inputs to the Snap setting and look at the output confirmationFirst, configure the Send Email Snap as follows and validate it.


Send Email Snap InputConfiguration
Output

Upon execution, we see a confirmation that the email has been sent.

...

Insert excerpt
Exchange Online Snap Pack
Exchange Online Snap Pack
nopaneltrue

...