-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(dashboard, api-service, shared): email integration for conversational agents fixes NV-7386 #10824
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
Merged
ChmaraX
merged 14 commits into
next
from
nv-7386-email-integration-for-conversational-flow
Apr 23, 2026
Merged
feat(dashboard, api-service, shared): email integration for conversational agents fixes NV-7386 #10824
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
cfe4d8b
feat(api-service,shared): register NovuAgent email provider for agent…
ChmaraX de9beea
feat(chat-adapter-email): add email Chat SDK adapter package
ChmaraX 22acc2c
feat(api-service, shared): wire email adapter into ChatSdkService
ChmaraX 690f9b5
feat(worker, shared): implement worker-to-API webhook POST for inboun…
ChmaraX 6f5cf37
feat(dashboard, api-service, shared): email setup panel UI and creden…
ChmaraX 130cefa
fix(dashboard): replace native select with Popover/Command for domain…
ChmaraX 0296c75
feat(dashboard, api-service): send test email button and auto-create …
ChmaraX eb27108
fix(worker): add missing DI stubs in inbound-email-parse.spec.ts
ChmaraX c87dac1
fix(agents,chat-adapter-email): address PR review comments
ChmaraX c69e9a6
fix(api): pass required select argument to agentRepository.findOne
ChmaraX 3cbfc04
fix(agents,chat-adapter-email): address second batch of PR review com…
ChmaraX 0f897f0
fix(agents): generate dedicated per-integration webhook secret
ChmaraX 8f90a18
fix(agents): address PR review findings (batch 3)
ChmaraX f2796ba
fix(agents): scope integration lookups to NovuAgent/email channel
ChmaraX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
9 changes: 9 additions & 0 deletions
9
apps/api/src/app/agents/usecases/send-agent-test-email/send-agent-test-email.command.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import { IsNotEmpty, IsString } from 'class-validator'; | ||
|
|
||
| import { EnvironmentWithUserCommand } from '../../../shared/commands/project.command'; | ||
|
|
||
| export class SendAgentTestEmailCommand extends EnvironmentWithUserCommand { | ||
| @IsString() | ||
| @IsNotEmpty() | ||
| agentIdentifier: string; | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.