Skip to content

Commit

Permalink
feat(add link): Add a new link to Novu in the backend as an email pro…
Browse files Browse the repository at this point in the history
…vider (#2110)

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 25, 2023
1 parent 3675132 commit 17aafe2
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"
}
]

0 comments on commit 17aafe2

Please sign in to comment.