feat(api): email org owners/admins when a portal access request is submitted (CS-522) - #3494
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
Contributor
|
@cubic-dev-ai please review it. |
Contributor
@chasprowebdev I have started the AI code review. It will take a few minutes to complete. |
claudfuen
pushed a commit
that referenced
this pull request
Jul 27, 2026
# [3.110.0](v3.109.0...v3.110.0) (2026-07-27) ### Bug Fixes * **app:** make invite modal manual rows scrollable so action buttons stay visible ([#3510](#3510)) ([9926408](9926408)) * **audit:** stop logging read endpoints as mutations + name task-item events ([#3508](#3508)) ([3f9e1cf](3f9e1cf)) * **audit:** stop plaintext secrets leaking into the audit log ([#3512](#3512)) ([55a48fb](55a48fb)) ### Features * **api:** email org owners/admins when a portal access request is submitted (CS-522) ([#3494](#3494)) ([258ce45](258ce45))
Contributor
|
🎉 This PR is included in version 3.110.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated pull request to merge chas/send-email-for-access-requests into dev.
It was created by the [Auto Pull Request] action.
Summary by cubic
Emails org owners/admins when an
access-requestform is submitted, including a direct “Review Request” link. Implements CS-522 and respects user email preferences.New Features
EvidenceFormsNotifierServiceto notify active owners/admins, skipping the submitter and users unsubscribed via@trycompai/email(also excludes deactivated/inactive members).EvidenceAccessRequestSubmittedEmailwith accounts, permissions, reason, a “Review Request” button, and an unsubscribe link.EvidenceFormsServiceforaccess-requestsubmissions only; registered viaEvidenceFormsModule. Review URL built fromNEXT_PUBLIC_APP_URLorBETTER_AUTH_URL(fallbackhttps://app.trycomp.ai). Tests cover recipients, unsubscribe behavior, and non-triggering for other form types.Bug Fixes
isActive/deactivatedrecipient filter.Written for commit f497d35. Summary will update on new commits.