Custom SMS Provider
I have a custom provider whos url is like this:
http://servicio.smsmasivos.com.ar/enviar_sms.asp?api=1&apikey=[YOURAPIKEY]&tos=1144445555&texto=Mensaje
I tried to configure Generic SMS whit this data but i couldn't. Is this posible?
3 Replies
Hi @_7eo., I'm an AI assistant for Novu. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Ask Inkeep with any follow-up questions.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Discord
* Overview
* Sendchamp
* Create subscriber
-----------------------------
Answer
Configuring a custom SMS provider directly with Novu isn't explicitly covered in the provided documentation. However, Novu's platform is designed to easily integrate with various providers for different channels, including SMS. For custom integrations not directly supported through the built-in integrations store, it might be necessary to explore the Novu documentation for generic guidelines on integrating with third-party services or consider contributing to Novu by adding a new provider through its extensible architecture.
Novu encourages contributions to its platform, including adding new providers. If your custom SMS provider isn't supported, you could look into contributing to Novu by creating a new provider package. This involves creating a standalone provider package that will be published to NPM and then adding it to the
application-generic
package dependencies in Novu's monorepo setup (1) .
While the GitHub issues and Discord conversations available in the documentation suggest that Novu is open to expanding its integrations and fixing issues related to providers integration (2) (3) (4) (1) , specific steps for configuring a custom SMS provider like the one you described aren't detailed in the provided sources.
For precise steps and the possibility of integrating your specific SMS provider, reviewing the comprehensive documentation on Novu's official website or considering contributing by adding the provider could be beneficial.Got it. Tagging @Support for additional help.