-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): Email recipients on resource shared #8408
feat(core): Email recipients on resource shared #8408
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
workflowShared: { | ||
doc: 'Overrides default HTML template for notifying that a workflow was shared (use full path)', | ||
format: String, | ||
default: '', | ||
env: 'N8N_UM_EMAIL_TEMPLATES_WORKFLOW_SHARED', | ||
}, | ||
credentialsShared: { | ||
doc: 'Overrides default HTML template for notifying that credentials were shared (use full path)', | ||
format: String, | ||
default: '', | ||
env: 'N8N_UM_EMAIL_TEMPLATES_CREDENTIALS_SHARED', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've always wondered why we do it this way. can we not ask users to overwrite the files by using docker volumes, or even extending the official images with custom templates.
I believe that the burden of customization related code should lie on the party making those customizations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maspio Do you happen to know if embed customers usually need to customize email templates?
1 flaky test on run #3874 ↗︎
Details:
cypress/e2e/5-ndv.cy.ts • 1 flaky test
Review all test suite changes for PR #8408 ↗︎ |
✅ All Cypress E2E specs passed |
Got released with |
https://linear.app/n8n/issue/PAY-1149