Send email with Logic app

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Deploy To Azure Deploy To Azure US Gov Visualize

This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs.

After deployment you can open the outputs of the deployment, or open the Logic App that was deployed to get the URI you need to trigger this Logic App. An HTTP POST to that URL will trigger the Logic App and expects the following format:

HTTP POST

Content-Type: application/json

Body:

{
  "from": "my@email.com",
  "to": "your@email.com",
  "subject": "Email Subject",
  "emailbody": "Hello world"
}

Tags: Microsoft.Web/connections, Microsoft.Logic/workflows, request, object, string, ApiConnection