kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
31 wiersze
2.1 KiB
Markdown
31 wiersze
2.1 KiB
Markdown
![]() |
<h1 align="center">Novu Agentic Service</h1>
|
||
|
|
||
|
## Intro
|
||
|
|
||
|
[Novu][novu] provides open-source notification infrastructure for all communication channels in one place: Email, SMS, Direct, and Push. It integrates with almost all major email providers (Mailgun, Sendgrid, Postmark, etc.), SMS providers (e.g., Twilio or Plivo), and a large selection of push and chat providers (such as OneSignal or Slack) while providing a unified API for sending notifications.
|
||
|
|
||
|
## Pre-requisites
|
||
|
|
||
|
Ensure the following environment variable is set:
|
||
|
|
||
|
- `NOVU_API_KEY` - Novu API key.
|
||
|
|
||
|
Otherwise, you can pass it in as an argument to the `Novu` constructor.
|
||
|
|
||
|
### How to Retrieve API Key on Novu.co
|
||
|
|
||
|
1. Open https://web.novu.co and sign in with your existing Novu account credentials (create a new account with your email address and a password or sign in with GitHub if you don't have an account yet)
|
||
|
|
||
|
2. Navigate to "Settings"
|
||
|
|
||
|

|
||
|
|
||
|
3. Click "API Keys"
|
||
|
|
||
|

|
||
|
|
||
|
4. Click here to copy your API key to your clipboard
|
||
|

|
||
|
|
||
|
[novu]: https://novu.co/
|