abdlrahmansaber.
abdlrahmansaber.
NNovu
Created by abdlrahmansaber. on 7/31/2024 in #💬│support
Upsert Functionality for Integration Entity by Identifier
Hey @Tomer Barnea, sorry for the late reply and thanks for the quick response 🙂. Our primary use case involves deploying our service on Kubernetes. We have environment variables that may change, and with multiple organizations, the namespace determines the service deployment. Our current process involves first checking if the providers are created; if not, we create them. After that, we check if the environment variables have changed. If they have, we update them. Using upsert could streamline this process by allowing us to use a unique identifier to either update or create the providers without needing to separately check their existence.
3 replies
NNovu
Created by abdlrahmansaber. on 7/22/2024 in #💬│support
Channels Property Not Respected When Creating or Updating Subscriber (API Issue)
@Pawan Jain Great, thanks for letting me know. I'll try to contribute and figure out what's going on, should I open an issue on GitHub?
10 replies
NNovu
Created by abdlrahmansaber. on 7/22/2024 in #💬│support
Channels Property Not Respected When Creating or Updating Subscriber (API Issue)
@Pawan Jain Thanks, FYI it's working for the bulk subscriber endpoint.
10 replies
NNovu
Created by abdlrahmansaber. on 7/22/2024 in #💬│support
Channels Property Not Respected When Creating or Updating Subscriber (API Issue)
@Tomer Barnea, could you clarify what you mean by adding an integration for OneSignal? From what I understand, the source code should populate the channels property. However, when I call the endpoint and check the database or retrieve subscriber data using the GET endpoint, the channels property is empty.
10 replies
NNovu
Created by abdlrahmansaber. on 7/22/2024 in #💬│support
Add channels when creating a new subscriber (via API)
I have a note regarding creating a new subscriber: when I add the channels property, it does not seem to be respected, and no channels are created. The same issue occurs when using the update endpoint. Am I doing something wrong? Here is the payload I used:
{
"name": "Abdlrahman",
"email": "[email protected]",
"subscriberId": "123456",
"channels": [
{
"providerId": "one-signal",
"credentials": {
"deviceTokens": ["device-token"]
}
}
]
}
{
"name": "Abdlrahman",
"email": "[email protected]",
"subscriberId": "123456",
"channels": [
{
"providerId": "one-signal",
"credentials": {
"deviceTokens": ["device-token"]
}
}
]
}
4 replies
NNovu
Created by abdlrahmansaber. on 7/19/2024 in #💬│support
How can I specify the backend/base URL when use @novu/framework?
No, I have deployed Novu on Kubernetes. Is it not supported?
4 replies