You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to integrate Novu to our stack. Our stack is based on many multi-tenancy technologies and consists of a main middleware that is written in Python and communicates with each service separately.
I tried to use your Python SDK to trigger specific tenant information. However, I noticed the option to change the tenant is missing from the Trigger function.
For example, in your NodeJS SDK you do it like that:
Hello,
We want to integrate Novu to our stack. Our stack is based on many multi-tenancy technologies and consists of a main middleware that is written in Python and communicates with each service separately.
I tried to use your Python SDK to trigger specific tenant information. However, I noticed the option to change the tenant is missing from the Trigger function.
For example, in your NodeJS SDK you do it like that:
In Python, the same function has this parameters:
I can't find where to set up the tenant so my requests will work properly.
The text was updated successfully, but these errors were encountered: