How to send an email with attachments and signature using Zapier

In this article, we’ll show you how you can use our forms to collect a lot of data and send it via the email, presented in the format you need.

We’ll use this incident report form, a template of which you can download here.

Incident Report Form

Zapier

Now, you can create new custom Zap, by following this instruction - Creating a Zap.

After completing the setup for your form, search for Email by Zapier:

Search for Email by Zapier

You can also use any other Email service app, for example, SendinBlue, MailChimp, Gmail or others. The exact steps can be different.

Select Send Outbound Email action and click Continue:

Send Outbound Email action

Next, you need to fill out the important fields, such as To, Subject, Body, etc.

Fill Out Email action

Use HTML to format your email. Use various tags, add style properties, customize the result until it satisfies your needs.

This includes formatting signature into an image. Since Ink Sketch data is sent as Base64 encoding, it can be used in src property of <img> tag, like this:

<img src="{{Signature_Field}}" alt="Signature" />

Attachments are added by using File URLs from the attachments fields, they will be automatically downloaded by Zapier and sent via the email.

Note: to properly format dates, please, first use Formatter action from Zapier. This will allow you to make the date more presentable, as well as make sure that Time Zones do not interfere with the date output.

Continue after filling out the action, and skip the test if you are adding attachments. Zapier will fail to find any at this point and will consider the test unsuccesful.

Skip the test

Once done, name and activate the Zap:

Name and activate the Zap

As a result, when the form submitted, you will receive a formatted email, with signature in it, and all the related files attached:

Received Email