Skip to content

Conversation

@mhbdev
Copy link
Contributor

@mhbdev mhbdev commented Jan 24, 2026

What is this PR about?

  • Introduced a new notification type "resend" to the system.
  • Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress.
  • Implemented functions to create, update, and send resend notifications.
  • Updated notification router to handle resend notifications with appropriate API endpoints.
  • Enhanced existing notification services to support sending notifications via the Resend service.
  • Modified various notification utilities to accommodate the new resend functionality.

Checklist

Before submitting this PR, please make sure that:

Issues related (if applicable)

closes #3511

Screenshots (if applicable)

stripsior and others added 6 commits January 3, 2026 15:16
- Introduced a new notification type "resend" to the system.
- Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress.
- Implemented functions to create, update, and send resend notifications.
- Updated notification router to handle resend notifications with appropriate API endpoints.
- Enhanced existing notification services to support sending notifications via the Resend service.
- Modified various notification utilities to accommodate the new resend functionality.
@mhbdev mhbdev requested a review from Siumauricio as a code owner January 24, 2026 18:15
autofix-ci bot and others added 16 commits January 24, 2026 18:15
The profile form was sending `name` field but the database column is
`firstName`. This caused the firstName to be silently ignored during
updates. Changed form field and API schema to use `firstName` to match
the database column.
…us-bash

fix(wss): add container ID validation to enhance security in WebSocke…
…us-bash

feat(wss): add directory validation for WebSocket server log paths
…domain-fail-with-only-mail

fix: zod object for assign domain
…ations

feat: add Pushover notification provider
@Siumauricio
Copy link
Contributor

Can you fix the conflicts?

Siumauricio and others added 7 commits January 28, 2026 00:14
…epository-as-a-provider-spaces-in-the-repo-name-break-the-repo-selection

feat(bitbucket): add optional slug field for repositories and update …
…uance-broken-with-inwx

chore(traefik): update Traefik version to 3.6.7 in setup scripts
- Introduced a new notification type "resend" to the system.
- Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress.
- Implemented functions to create, update, and send resend notifications.
- Updated notification router to handle resend notifications with appropriate API endpoints.
- Enhanced existing notification services to support sending notifications via the Resend service.
- Modified various notification utilities to accommodate the new resend functionality.
@mhbdev
Copy link
Contributor Author

mhbdev commented Jan 28, 2026

Can you fix the conflicts?

Done

- Updated the exports in the swarm forms index to include LabelsForm and ModeForm while ensuring RestartPolicyForm and UpdateConfigForm are correctly exported.
- Removed the obsolete SQL file '0135_illegal_magik.sql' and its references from the journal.
- Deleted the associated snapshot JSON file to clean up unused database schema definitions.
@Siumauricio
Copy link
Contributor

Can you create the docs for this new notification provider? https://github.com/Dokploy/website/pulls, similar to this recently notification provider added #3512

@mhbdev
Copy link
Contributor Author

mhbdev commented Jan 28, 2026

Can you create the docs for this new notification provider? https://github.com/Dokploy/website/pulls, similar to this recently notification provider added #3512

I made a PR over there Dokploy/website#120

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.

Support Resend for Notifications

6 participants