novu-python
novu-python copied to clipboard
Python SDK for Novu - The open-source notification infrastructure for engineers. 🚀
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codespell-project/codespell](https://togithub.com/codespell-project/codespell) | repository | minor | `v2.2.6` -> `v2.3.0` | Note: The `pre-commit`...
Updated: - the EventDto with RecipientsDto which contains ` "to": { "subscriberId": "string", "email": "string", "firstName": "string", "lastName": "string", "phone": "string", "avatar": "string", "locale": "string", "data": {} }, ` -...
I'm trying creates an layout using Layout Api always returns error 400. Current implementation: ```python body = "html readed from a file, contains {{{body}}}" variables = [ {"type": "String", "name":...
Adding tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: `techstack.yml` and `techstack.md`....
In order to enhance the resilience and reliability of our SDK, we would like to introduce an Exponential Retry mechanism for retrying failed requests. Additionally, to ensure the idempotent processing...
As I read we have node package support for triggering event with subscriber details which basically upsert the subscriber before triggering event. two modes 1. Ahead of Trigger 2. Inline...
Please take this issue as reference https://github.com/novuhq/novu/issues/5005
None of the workflow [endpoints](https://api.novu.co/api#/Workflows) are implemented in the python-SDK. I checked and variefied that none of the workflow APIs are implemented in python-SDK. The examples mentioned in the [Novu...