novuhq / novu

Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
https://novu.co
Other
35.18k stars 3.8k forks source link

[NV-3040] Migrate from pepipost SDK to direct API calls with Axios #4587

Closed LetItRock closed 12 months ago

LetItRock commented 1 year ago

What?

In the @novu/netcore package we would like to migrate from using the pepipost SDK to having a code that directly calls to the provider APIs. Check the documentation about the API here: https://cpaasdocs.netcorecloud.com/docs/pepipost-api/c2d895762f832-send-an-email

Why? (Context)

Due to an un-maintained SDK, we should move from the official SDK' to working directly with the provider's API spec.

Definition of Done

Junko-Takeguchi commented 1 year ago

@LetItRock Can I work on this issue?