Featured
Power Automate
Power Automate, Approvals, Beginners
Adding Hyperlinks in Power Automate Emails — No Code Required
Read article →
June 19, 2026·2 min read
Power Platform Expertise
{
"definition": {
"\$schema": "https://schema.management.azure.com/...",
"actions": {
"Send_approval_email": {
"type": "ApiConnectionWebhook",
"inputs": {
"body": {
"Message": {
"To": "@triggerBody()?['email']",
"Subject": "Approval needed",
"Options": "Approve, Reject"
}
}
}
}
}
}
}