Nao Ohira
Nao Ohira
NNovu
Created by Nao Ohira on 3/27/2024 in #💬│support
Override "to" use cases behavior
it's seems kinda weird that for email it adds, and for sms, it replaces and not send to the two phone number. As it's managed upstream it's also not possible to manage inside the provider. It would mean that we would need to have a second temporary subscriber to achieve this kind of process
12 replies
NNovu
Created by Nao Ohira on 3/27/2024 in #💬│support
Override "to" use cases behavior
We have an registered user with a mail [email protected] This user want to change its mail, so we are sending a mail with a deeplink the the new mail [email protected] to validate but we don't want to send it to a
12 replies
NNovu
Created by Nao Ohira on 3/27/2024 in #💬│support
Override "to" use cases behavior
Hmm ok. So there is not possibility to override by replacing (I have a certain use case where we want to send a mail to validate that it's valid before changing the mail in our database)
12 replies
NNovu
Created by Nao Ohira on 3/27/2024 in #💬│support
Override "to" use cases behavior
I've just tested the sms override and it seems working well. There is just the mail issue that seems to have a wrong behavior
12 replies
NNovu
Created by Nao Ohira on 1/31/2024 in #💬│support
Better proxy support
I wanted to know what would be the best solution for having something stable enough for using in production? Having merging my modification to main instead of next?
7 replies
NNovu
Created by Nao Ohira on 1/31/2024 in #💬│support
Better proxy support
Hi. I just saw that 0.23 tag has been created. As we cannot use it without better proxy support (not working at all because of 502 error), we will try to deploy from source with our modifications as we cannot wait until next tag.
7 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Do you need any more modifications for merging?
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
I'm rebasing provider implementation also to be as ready as possible 🙂
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Hi, I've updated the documentation with at least the logo and a step by step guide for getting api key. As we're not the owner of the account (my use case is mostly multi tenancy and api usage), I didn't take any capture of the interface. However, the step by step guide are using the right UI wording. 🙂
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
I've fixed PR for new providers as well due to previously merged sms provider. After merging one of the PR, I'll fixed the second one as it will result in conflicts afterwards 🙂
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Hi again, Don't worry for the delay 🙂 I hope it should be ok, please tell me if something is wrong 🙂 brevo doc smsmode doc
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Hmm, I was looking for a way to update documentation. Maybe you're the provider sub project README.md?
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Sorry, it's my first contribution to this project. I'm surely missing something 🙂
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
I've just followed the add provider guide. Canyou please tell me where do I have to write documentation?
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Hi there. I've added several PR for some provider that I didn't manage to get it run properly with generic sms provider: smsmode brevo-sms better proxy with sendinblue
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
You're welcome. I'm very excited every release bringing new features. It's evolving really fast and each time it respond to at least my needs. I'll be glad to add feedbacks and also dev contribution for new providers and maybe other things 🙂
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
We are for now using mail and sms but we choose Novu especially to extends communication by in app and push notification, and have more event driven notification than just triggerd by user actions. We also planned to use digest to prevent sending too much notifications. We didn't started to add subscriber preferences as we have both important notification and notificaiton that can be disabled, but it's something that we have also in mind, for selecting prefered channels
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
We're using novu on premise with multi tenancy and as it's our customer that provide licence key for the provider that they contracted with. Novu itself fits our needs (especially recently with multi tenancy, variants, ...). And for providers, it's normal that you don't have every existing provider implementation. As long as your API allow us to implement provider that doesn't exist, I think it fits perfectly. 🙂
36 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
Thanks for your investigation 🙂 I will try to implement provider for SMSMode and Brevo (SendInBlue) SMS so I can use it and if it works, I will make a PR for sure. Nice product by the way
36 replies
NNovu
Created by Nao Ohira on 12/28/2023 in #💬│support
Overrides to for email channel
It seems weirder than I though: Having a string into to attribute, only the subscriber receive, having an array, it send to both subscriber and recipients that are in the array. I guess it's not overriding, but adding
3 replies