Skip to content

Commit

Permalink
chore: Add a new link to Novu in the backend as an email provider (#2110
Browse files Browse the repository at this point in the history
) (#2114)

This commit introduces a new link to Novu.co at "backend/email-providers"

Novu is an open-source notification infrastructure that allows developers to send notifications to their users through multiple channels.
  • Loading branch information
lcrojano authored Oct 26, 2023
1 parent 10ab935 commit 2402ce6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/backend/email-providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@
"url": "https://aws.amazon.com/ses/",
"category": "backend",
"subcategory": "email-providers"
},
{
"name": "Novu",
"description": "Novu is an open-source notification infrastructure that allows developers to send notifications to their users through multiple channels, including email.",
"url": "https://novu.co/",
"category": "backend",
"subcategory": "email-providers"
}
]

1 comment on commit 2402ce6

@vercel
Copy link

@vercel vercel bot commented on 2402ce6 Oct 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.