<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to send email attachments using SendGrid with Qlik Application Automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-email-attachments-using-SendGrid-with-Qlik/ta-p/1836976</link>
    <description>&lt;P&gt;This articles gives a basic overview of how to send an email attachment using the SendGrid connector in Qlik Application Automation.&lt;/P&gt;
&lt;P&gt;For more information about how to use the SendGrid connector, see &lt;A href="https://community.qlik.com/t5/Knowledge/SendGrid-How-to-get-started-with-SendGrid-in-Automations/ta-p/1836944" target="_blank" rel="noopener"&gt;How to get started with SendGrid in Qlik Application Automation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Creating the attachments to send&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To compose the email, use the "&lt;STRONG&gt;Send Email&lt;/STRONG&gt;" block.&lt;/P&gt;
&lt;P&gt;The attachment field allows you to add one attachment or a list of multiple attachments that you’d like to send with the email.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="attachments.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112491i9322D20C8B018EF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="attachments.png" alt="attachments.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are three attachment types that you can choose from:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Email Base 64 File Attachment&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;Use the Email Base 64 File Attachment block to send any Base64 encoded file as an attachment.&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Email CSV Attachment&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;Use the Email CSV Attachment block to create a custom CSV that can be sent.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Email Text Attachment&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;Use the Email Text Attachment block to create an attachment from any text type (this can be Base64 encoded, but does not have to).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Creating the Base64 content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;All attachments need to be Base64 encoded. This is one possible way to create a Base64 encoded file:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Drag and drop the "&lt;STRONG&gt;Open File&lt;/STRONG&gt;" block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open file block.png" style="width: 407px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112492iB689F8758399FC18/image-dimensions/407x758?v=v2" width="407" height="758" role="button" title="open file block.png" alt="open file block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Select the storage "&lt;STRONG style="font-family: inherit;"&gt;Connector&lt;/STRONG&gt;&lt;SPAN&gt;" that you’d like to use. Dropbox is used for this example.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open file.png" style="width: 632px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112493i40E1BB385C000CE3/image-dimensions/632x323?v=v2" width="632" height="323" role="button" title="open file.png" alt="open file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Fill in the Path to the file that should be encoded.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connector and Path.png" style="width: 652px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112494i10CF8A0295F1F2BA/image-dimensions/652x158?v=v2" width="652" height="158" role="button" title="Connector and Path.png" alt="Connector and Path.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the "&lt;STRONG style="font-family: inherit;"&gt;Read Data From File&lt;/STRONG&gt;&lt;SPAN&gt;" block and select the file that was just opened.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Read Data From File.png" style="width: 628px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112495i577BD7BDF5D90730/image-dimensions/628x297?v=v2" width="628" height="297" role="button" title="Read Data From File.png" alt="Read Data From File.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the "&lt;STRONG style="font-family: inherit;"&gt;Create Attachment From Base 64&lt;/STRONG&gt;&lt;SPAN&gt;" block and add the content from the "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Read Data From File&lt;/STRONG&gt;&lt;SPAN&gt;" block to the Attachment Content field.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Attachment From base64.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112496i5B7AEB2952D5BD64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create Attachment From base64.png" alt="Create Attachment From base64.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Cl&lt;/SPAN&gt;ick on the content and select "&lt;STRONG style="font-family: inherit;"&gt;Add Formula&lt;/STRONG&gt;&lt;SPAN&gt;".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Read Data from File Add Formula.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112497i439A06102D66D950/image-size/large?v=v2&amp;amp;px=999" role="button" title="Read Data from File Add Formula.png" alt="Read Data from File Add Formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Search for "&lt;STRONG style="font-family: inherit;"&gt;Base64 encode&lt;/STRONG&gt;&lt;SPAN&gt;" and click on it.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Base64 encode.png" style="width: 596px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112498i087F4F4D0B30C92A/image-dimensions/596x384?v=v2" width="596" height="384" role="button" title="Base64 encode.png" alt="Base64 encode.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure the correct content is used and click on "&lt;STRONG style="font-family: inherit;"&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;". &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Read Data from File String.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112499i280C0D24825AE41C/image-dimensions/636x378?v=v2" width="636" height="378" role="button" title="Read Data from File String.png" alt="Read Data from File String.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add the file's name and optionally also the &lt;STRONG&gt;MIME&lt;/STRONG&gt; type. &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Attachment from base64 attachment content.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112500i746C6ECCEC0E2976/image-dimensions/636x466?v=v2" width="636" height="466" role="button" title="Create Attachment from base64 attachment content.png" alt="Create Attachment from base64 attachment content.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Sending one attachment:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Drag and drop one of the three attachment blocks.&lt;/LI&gt;
&lt;LI&gt;Add this block to the attachment field of the &lt;STRONG style="font-family: inherit;"&gt;Send Email&lt;/STRONG&gt;&lt;SPAN&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send the attachment.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112501i393B021F76961675/image-size/large?v=v2&amp;amp;px=999" role="button" title="send the attachment.png" alt="send the attachment.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Sending a list of multiple attachments:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Create the various attachments using any or all of the three attachment blocks.&lt;/LI&gt;
&lt;LI&gt;Create a variable by drag and dropping the "&lt;STRONG style="font-family: inherit;"&gt;Variable&lt;/STRONG&gt;&lt;SPAN&gt;" block (you can search for it in the blocks search box).&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable.png" style="width: 417px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112502i4447133FBE7B75B4/image-dimensions/417x556?v=v2" width="417" height="556" role="button" title="variable.png" alt="variable.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Manage variables&lt;/STRONG&gt;&lt;SPAN&gt;" in the Variable block panel (right panel).&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Variable Inputs.png" style="width: 602px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112503i4A1A248BD64C8D89/image-dimensions/602x449?v=v2" width="602" height="449" role="button" title="Variable Inputs.png" alt="Variable Inputs.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Give the variable a Name, and set the "&lt;STRONG style="font-family: inherit;"&gt;Type&lt;/STRONG&gt;&lt;SPAN&gt;" to "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;List&lt;/STRONG&gt;&lt;SPAN&gt;". Then click on "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add new variable.png" style="width: 604px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112504i9F868A6A9B381F88/image-dimensions/604x303?v=v2" width="604" height="303" role="button" title="add new variable.png" alt="add new variable.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Set the variable you created, and add the various attachments to the variable.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable attachments.png" style="width: 648px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112505iC1BEEE95355ADD28/image-dimensions/648x736?v=v2" width="648" height="736" role="button" title="variable attachments.png" alt="variable attachments.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the variable to the attachment field of &lt;STRONG style="font-family: inherit;"&gt;Send Email&lt;/STRONG&gt;&lt;SPAN&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add the attachments.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112506iB60E3CABAFE843C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="add the attachments.png" alt="add the attachments.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 11:00:52 GMT</pubDate>
    <dc:creator>hervebiey</dc:creator>
    <dc:date>2023-07-18T11:00:52Z</dc:date>
    <item>
      <title>How to send email attachments using SendGrid with Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-email-attachments-using-SendGrid-with-Qlik/ta-p/1836976</link>
      <description>&lt;P&gt;This articles gives a basic overview of how to send an email attachment using the SendGrid connector in Qlik Application Automation.&lt;/P&gt;
&lt;P&gt;For more information about how to use the SendGrid connector, see &lt;A href="https://community.qlik.com/t5/Knowledge/SendGrid-How-to-get-started-with-SendGrid-in-Automations/ta-p/1836944" target="_blank" rel="noopener"&gt;How to get started with SendGrid in Qlik Application Automation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Creating the attachments to send&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To compose the email, use the "&lt;STRONG&gt;Send Email&lt;/STRONG&gt;" block.&lt;/P&gt;
&lt;P&gt;The attachment field allows you to add one attachment or a list of multiple attachments that you’d like to send with the email.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="attachments.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112491i9322D20C8B018EF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="attachments.png" alt="attachments.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are three attachment types that you can choose from:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Email Base 64 File Attachment&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;Use the Email Base 64 File Attachment block to send any Base64 encoded file as an attachment.&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Email CSV Attachment&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;Use the Email CSV Attachment block to create a custom CSV that can be sent.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Email Text Attachment&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;Use the Email Text Attachment block to create an attachment from any text type (this can be Base64 encoded, but does not have to).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Creating the Base64 content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;All attachments need to be Base64 encoded. This is one possible way to create a Base64 encoded file:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Drag and drop the "&lt;STRONG&gt;Open File&lt;/STRONG&gt;" block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open file block.png" style="width: 407px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112492iB689F8758399FC18/image-dimensions/407x758?v=v2" width="407" height="758" role="button" title="open file block.png" alt="open file block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Select the storage "&lt;STRONG style="font-family: inherit;"&gt;Connector&lt;/STRONG&gt;&lt;SPAN&gt;" that you’d like to use. Dropbox is used for this example.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open file.png" style="width: 632px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112493i40E1BB385C000CE3/image-dimensions/632x323?v=v2" width="632" height="323" role="button" title="open file.png" alt="open file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Fill in the Path to the file that should be encoded.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connector and Path.png" style="width: 652px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112494i10CF8A0295F1F2BA/image-dimensions/652x158?v=v2" width="652" height="158" role="button" title="Connector and Path.png" alt="Connector and Path.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the "&lt;STRONG style="font-family: inherit;"&gt;Read Data From File&lt;/STRONG&gt;&lt;SPAN&gt;" block and select the file that was just opened.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Read Data From File.png" style="width: 628px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112495i577BD7BDF5D90730/image-dimensions/628x297?v=v2" width="628" height="297" role="button" title="Read Data From File.png" alt="Read Data From File.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Drag and drop the "&lt;STRONG style="font-family: inherit;"&gt;Create Attachment From Base 64&lt;/STRONG&gt;&lt;SPAN&gt;" block and add the content from the "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Read Data From File&lt;/STRONG&gt;&lt;SPAN&gt;" block to the Attachment Content field.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Attachment From base64.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112496i5B7AEB2952D5BD64/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create Attachment From base64.png" alt="Create Attachment From base64.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Cl&lt;/SPAN&gt;ick on the content and select "&lt;STRONG style="font-family: inherit;"&gt;Add Formula&lt;/STRONG&gt;&lt;SPAN&gt;".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Read Data from File Add Formula.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112497i439A06102D66D950/image-size/large?v=v2&amp;amp;px=999" role="button" title="Read Data from File Add Formula.png" alt="Read Data from File Add Formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Search for "&lt;STRONG style="font-family: inherit;"&gt;Base64 encode&lt;/STRONG&gt;&lt;SPAN&gt;" and click on it.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Base64 encode.png" style="width: 596px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112498i087F4F4D0B30C92A/image-dimensions/596x384?v=v2" width="596" height="384" role="button" title="Base64 encode.png" alt="Base64 encode.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure the correct content is used and click on "&lt;STRONG style="font-family: inherit;"&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;". &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Read Data from File String.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112499i280C0D24825AE41C/image-dimensions/636x378?v=v2" width="636" height="378" role="button" title="Read Data from File String.png" alt="Read Data from File String.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Add the file's name and optionally also the &lt;STRONG&gt;MIME&lt;/STRONG&gt; type. &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Attachment from base64 attachment content.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112500i746C6ECCEC0E2976/image-dimensions/636x466?v=v2" width="636" height="466" role="button" title="Create Attachment from base64 attachment content.png" alt="Create Attachment from base64 attachment content.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Sending one attachment:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Drag and drop one of the three attachment blocks.&lt;/LI&gt;
&lt;LI&gt;Add this block to the attachment field of the &lt;STRONG style="font-family: inherit;"&gt;Send Email&lt;/STRONG&gt;&lt;SPAN&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send the attachment.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112501i393B021F76961675/image-size/large?v=v2&amp;amp;px=999" role="button" title="send the attachment.png" alt="send the attachment.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Sending a list of multiple attachments:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Create the various attachments using any or all of the three attachment blocks.&lt;/LI&gt;
&lt;LI&gt;Create a variable by drag and dropping the "&lt;STRONG style="font-family: inherit;"&gt;Variable&lt;/STRONG&gt;&lt;SPAN&gt;" block (you can search for it in the blocks search box).&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable.png" style="width: 417px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112502i4447133FBE7B75B4/image-dimensions/417x556?v=v2" width="417" height="556" role="button" title="variable.png" alt="variable.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Manage variables&lt;/STRONG&gt;&lt;SPAN&gt;" in the Variable block panel (right panel).&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Variable Inputs.png" style="width: 602px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112503i4A1A248BD64C8D89/image-dimensions/602x449?v=v2" width="602" height="449" role="button" title="Variable Inputs.png" alt="Variable Inputs.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Give the variable a Name, and set the "&lt;STRONG style="font-family: inherit;"&gt;Type&lt;/STRONG&gt;&lt;SPAN&gt;" to "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;List&lt;/STRONG&gt;&lt;SPAN&gt;". Then click on "&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add new variable.png" style="width: 604px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112504i9F868A6A9B381F88/image-dimensions/604x303?v=v2" width="604" height="303" role="button" title="add new variable.png" alt="add new variable.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Set the variable you created, and add the various attachments to the variable.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable attachments.png" style="width: 648px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112505iC1BEEE95355ADD28/image-dimensions/648x736?v=v2" width="648" height="736" role="button" title="variable attachments.png" alt="variable attachments.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the variable to the attachment field of &lt;STRONG style="font-family: inherit;"&gt;Send Email&lt;/STRONG&gt;&lt;SPAN&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add the attachments.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112506iB60E3CABAFE843C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="add the attachments.png" alt="add the attachments.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 11:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-email-attachments-using-SendGrid-with-Qlik/ta-p/1836976</guid>
      <dc:creator>hervebiey</dc:creator>
      <dc:date>2023-07-18T11:00:52Z</dc:date>
    </item>
  </channel>
</rss>

