2
votes

I've got a simple Azure Logic App, which receives and emails out JSON data in a very basic HTML table format (created with a convertToTableAction).

Does anyone know of a way to instead send this out using an email template?

I've got a SendGrid account set up with my Azure subscription, but there doesn't seem to be any way to specify a template id with the Send email (v2) action in Logic apps.

I can't quite see how I'd edit the Logic App code to use the only SendGrid api that seems to support sending templates V3 either. (It is my first Logic app though, so I could well be missing a trick)

Really, any advice on how to send out a templated email would be appreciated.

2

2 Answers

1
votes

As you mentioned that the logic app integrate the Sendgrid(V2) currently. You could give your feedback to Azure team.

If azure function is acceptable, you could add and run custom code for logic apps through Azure Functions

0
votes

there is two way to do it ..

1) Using SendGrid Connector :

my explanation is very short but if you don't understand then i will help you in details