<?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>topic Re: No input for dynamic content for Sendgrid HTML email templates - workaround? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6281#M2756</link>
    <description>&lt;P&gt;Ah, I catch your drift. Yep, this seems like the way to go. (And I agree with your assessment of Sendgrid's API - friendly/well-documented.) Thx again Gary!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 17:37:52 GMT</pubDate>
    <dc:creator>kdub</dc:creator>
    <dc:date>2024-03-21T17:37:52Z</dc:date>
    <item>
      <title>No input for dynamic content for Sendgrid HTML email templates - workaround?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6274#M2751</link>
      <description>&lt;P&gt;Have two screenshots below to illustrate but in brief - it seems like the Workato app for Sendgrid doesn't have the ability to relay dynamic content for use in HTML email templates hosted on Sendgrid. Ideally you'd be able to use a Workato datapill to merge data into these Sendgrid-hosted HTML email templates, which have handlebars-style syntax for accepting these dynamic inputs.&lt;/P&gt;&lt;P&gt;1) Am I missing something? 2) Anyone have a good workaround? (Assuming just using an HTTP action to call the REST API directly).&lt;/P&gt;&lt;P&gt;Screenshot 1 - inputs available on Sendgrid app email action (even if you expand to include optional, there's no input for dynamic email content where one could use a data pill)&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.screencast.com/ccZ3UuFlEJloO?tab=Details&amp;amp;conversation=8mlIJhtYWKXCSQUI7oUX5W" target="_blank"&gt;https://app.screencast.com/ccZ3UuFlEJloO?tab=Details&amp;amp;conversation=8mlIJhtYWKXCSQUI7oUX5W&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Screenshot 2 - how Sendgrid lets you insert that dynamic email content in a REST API call&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.screencast.com/CusqXRevfdMfL?tab=Details&amp;amp;conversation=0bGkBVVDqECFixb1M3YODq" target="_blank"&gt;https://app.screencast.com/CusqXRevfdMfL?tab=Details&amp;amp;conversation=0bGkBVVDqECFixb1M3YODq&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:17:16 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6274#M2751</guid>
      <dc:creator>kdub</dc:creator>
      <dc:date>2024-03-21T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: No input for dynamic content for Sendgrid HTML email templates - workaround?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6275#M2752</link>
      <description>&lt;P&gt;Check the "optional fields" section to see if it's present but just hidden. Maybe it's there?&lt;/P&gt;&lt;P&gt;Years ago I used the HTTP action so I could construct the SendGrid payload myself. I see the official connector also has a custom action you can use to do the same.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:38:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6275#M2752</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-03-21T15:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: No input for dynamic content for Sendgrid HTML email templates - workaround?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6276#M2753</link>
      <description>&lt;P&gt;Thx for quick reply Gary! Yeah, nothing in the optional fields.&lt;/P&gt;&lt;P&gt;To make sure I understand your final sentence - in the official connector I don't actually see a way to construct that portion (the dynamic fields to populate the Sendgrid email template) of the Sendgrid payload. In essence, I suspect there'd need to be an input field/array called "dynamic template data" adjacent to the other input fields in the connector. But let me know if I'm missing something / misinterpreting your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 17:06:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6276#M2753</guid>
      <dc:creator>kdub</dc:creator>
      <dc:date>2024-03-21T17:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: No input for dynamic content for Sendgrid HTML email templates - workaround?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6279#M2754</link>
      <description>&lt;P&gt;The SendGrid connector has a "custom action" option during set up. If you're unfamiliar with custom actions, they allow you to construct your own API call and handle the authentication using whatever connection you've chosen. Custom actions function almost identically to the standard Workato HTTP action.&lt;/P&gt;&lt;P&gt;You could use this to call SendGrid "manually". Using it will allow you to work around the limitation of the "Send email" action,&amp;nbsp;but it's a little more work and requires more understanding of the SendGrid API (which I recall being pretty straightforward).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_1-1711041208726.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1083iCAA4747010BD6253/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_1-1711041208726.png" alt="gary1_1-1711041208726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 17:15:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6279#M2754</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-03-21T17:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: No input for dynamic content for Sendgrid HTML email templates - workaround?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6281#M2756</link>
      <description>&lt;P&gt;Ah, I catch your drift. Yep, this seems like the way to go. (And I agree with your assessment of Sendgrid's API - friendly/well-documented.) Thx again Gary!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 17:37:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/no-input-for-dynamic-content-for-sendgrid-html-email-templates/m-p/6281#M2756</guid>
      <dc:creator>kdub</dc:creator>
      <dc:date>2024-03-21T17:37:52Z</dc:date>
    </item>
  </channel>
</rss>

