Send Email

In this article

Overview

You can use this Snap to configure and send emails to the specified email address.

Snap Type

The Send Email is a Write-type Snap.

Prerequisites

  • Valid Exchange Online tenant.

  • Valid OAuth2 application in Azure Active Directory with all the required API permissions.

Support for Ultra Pipelines

Works in Ultra Pipelines. However, we recommend that you do NOT use this Snap in an Ultra Pipeline. To know the list of Snaps that work in Ultra and the related caveats, see Snap Support for Ultra Pipelines.

Limitations 

  • The size of the attachment has a limitation of supporting file size of 35MB.

  • For file attachment, the supported protocols are SLDB or Local files.

Known Issues

The Send Email Snap configured with more than 3MB attachment might fail because of a 429 error response from the Graph API endpoint.

Snap Views

Type

Format

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.

Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:

  • Stop Pipeline Execution: Stops the current Pipeline execution when the Snap encounters an error.

  • Discard Error Data and Continue: Ignores the error, discards that record, and continues with the remaining records.

  • Route Error Data to Error View: Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

Snap Settings