Reputation: 5540
In one of my project I want to send email using Logic Apps, for that I followed below link. https://azure.microsoft.com/en-in/documentation/templates/101-logic-app-sendgrid/
From the above link i created the Logic App in my Azure Subscription and make designer in my logic app like this below figure. but i don't know which values can i gave in their text boxes.
My designer will be like this below figures.
but i don't know how to send email from newly created logic app in my azure portal.
Please tell me how can i achieve this.
-Pradeep
Upvotes: 2
Views: 18702
Reputation: 183
May you can see the following blog for step by step guidance.
https://sps-cloud-architect.blogspot.com/2019/12/azure-logic-apps-send-email-using-send.html
Upvotes: -1
Reputation: 1263
You can use the json body coming in http request using the "@{triggerBody()['propertyname']}"
checkout this blog for the details
https://azure.microsoft.com/en-us/documentation/articles/app-service-logic-http-endpoint/
Upvotes: 1