Integrating global sms provider
Hello,
I'm Adnan, I'm a Full Stack software engineer. At my company we want to use novu in production, but we need to have support for some local sms providers, for legal purposes.
We've already implented a support for
Verimor
, a local turkish sms provider, and we've opened a pr a few months ago.
Is there anything we can do to get a review on our pr so we can go to prod ASAP?
https://github.com/novuhq/novu/pull/6154GitHub
feat(web): Add Verimor sms provider by adnanjpg · Pull Request #615...
What changed? Why was the change needed?
Adding the sms provider Verimor
Verimor is a turkish telecom provider, which would grant cheaper sms fees for clients in Türkiye
This PR closes #6152
here i...
8 Replies
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
@adnanjpg
We highly appreciate your contribution.
As of know we have paused the addition of new providers. We will resume this for sure.
We have a generic sms provider. Are you facing any issue in using this 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?
@adnanjpg, you just advanced to level 2!
@adnanjpg
Unfortunately, we don't have a timeline for this. I will keep you updated on this
@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