Skip to content

Remove From property on approval email#219

Merged
SvenAelterman merged 2 commits into
mainfrom
217-do-not-set-fromemail-property-on-send-approval-email-step-in-logic-app
Dec 1, 2025
Merged

Remove From property on approval email#219
SvenAelterman merged 2 commits into
mainfrom
217-do-not-set-fromemail-property-on-send-approval-email-step-in-logic-app

Conversation

@SvenAelterman

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the From property from the Logic App approval email webhook action, as this connector type doesn't require or support custom sender addresses. The approval email functionality uses a specialized Office 365 approval connector that handles the sender address automatically.

  • Removed From property from the Send_approval_email action which uses the /approvalmail/$subscriptions endpoint
  • Added "approvalmail" to VS Code spell-check dictionary for the approval connector path

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
research-spoke/spoke-modules/airlock/content/logicAppWorkflow.json Removes the unsupported From property from the approval email webhook action while preserving it in other regular email actions
.vscode/settings.json Adds "approvalmail" to the spell-check dictionary to recognize the approval email connector path

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SvenAelterman
SvenAelterman merged commit ea8ed20 into main Dec 1, 2025
7 of 8 checks passed
@SvenAelterman
SvenAelterman deleted the 217-do-not-set-fromemail-property-on-send-approval-email-step-in-logic-app branch December 1, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not set From property on send approval email step in Logic App

2 participants