adnanjpg
adnanjpg
NNovu
Created by adnanjpg on 10/7/2024 in #💬│support
Integrating global sms provider
@Pawan Jain if adding new providers is not expected to continue in the near future, we'd need to expand the usage of Generic SMS to also accept custom body parameters in the provider configuration. I see you've opened an issue accordingly, we're down to opening a pr for this to get this out fast. please let me know
9 replies
NNovu
Created by adnanjpg on 10/7/2024 in #💬│support
Integrating global sms provider
Hi @Pawan Jain , thanks for your response. I just learned about Custom SMS due to it not being covered in docs. I took a look, it appears that it requires the api key to be sent in the header, unfortunately, our provider does not take an api key in the header, but rather it takes a 'password' field in the request body, and I see no option in the Custom SMS to configure it that way. When is the addition of new providers planned to resume, is there a clear timeline?
9 replies
NNovu
Created by adnanjpg on 10/7/2024 in #💬│support
Integrating global sms provider
Hi @DevRel , any updates on this? we're really looking forward to work with novu in our company and add more local providers which would sure bring novu a much wider userbase
9 replies
NNovu
Created by adnanjpg on 8/15/2024 in #💬│support
Self hosted limits
is there gonna be a difference if I build my own docker image or use the prebuilt one from the repo? just to confirm, they both wouldn't contain usage limits, right?
5 replies
NNovu
Created by adnanjpg on 7/17/2024 in #💬│support
dotnet custom code
thanks for the info, have a good one!
7 replies
NNovu
Created by adnanjpg on 7/17/2024 in #💬│support
dotnet custom code
So my best way to achieve this is to run a typescript microservice to be a mediator between me and novu, right? And if I need to use novu with dotnet I'll need to use http endpoints, right?
7 replies
NNovu
Created by adnanjpg on 7/12/2024 in #💬│support
run locally using docker
here's the full error
8 replies
TTCTheo's Typesafe Cult
Created by Morraez on 5/13/2023 in #questions
T3 for a chat app
supabase may be the best solution. I added real time post update to my simple app using postgres_changes (https://supabase.com/docs/guides/realtime/extensions/postgres-changes) https://github.com/adnanjpg/baykus/blob/main/src/hooks/useRealtimePostUpdates.ts for chat, the Broadcast method would probably be better https://supabase.com/docs/guides/realtime/extensions/broadcast
17 replies
TTCTheo's Typesafe Cult
Created by Morraez on 5/13/2023 in #questions
T3 for a chat app
Just deploy it with docker on a VPS wouldn't you be deploying all of your next.js app on your own this way? is there any disadvantages between this approach vs deploying on vercel?
17 replies