-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for subscriber creation in trigger function #41
Comments
@ryshu are you taking this up? this feels very straightforward |
More thoughts here:
|
The API doesn't support it today, because when we designed it, we felt that inline mode was a bad practice that implied that the user didn't properly manage his upstream user base and its synchronization with Novu. In the future, we'll be working internally at SpikeeLabs to develop a synchronization utility between an existing database and Novu on this subject, rather than relying on upsert mode. The problem can be solved quite simply by upgrading the linked DTO to indicate that the API supports these transmissions too. |
So can we upgrade the linked DTO to provide this? Every other SDK supports it and we don't want the Python SDK to be an exception. |
Do you have any updates on this? |
@VeldaKiara Do you want to handle this? It could be your next task. It's pretty straightforward. |
Sure thing. I can pick this up. |
Allow me to understand the issue better. What is needed here is to update the event dto, specifically @ryshu mentions that "this can be solved quite simply by upgrading the linked DTO to indicate that the API supports these transmissions too" which means if the dto changes the function should also accommodate or reflect this change. |
Hey, just wondering if there's any more update on this functionality being added? Or the synchronisation utility that @ryshu mentions above (which sounds exactly what I was hoping to find)? |
Yes there are some updates that I will share during the weekend.
May the wombat of happiness snuffle through your underbrush,
Velda Kiara
Software Developer
…On Thu, 11 Jan 2024, 00:16 Ethan, ***@***.***> wrote:
Hey, just wondering if there's any more update on this functionality being
added? Or the synchronisation utility that @ryshu
<https://github.com/ryshu> mentions above (which sounds exactly what I
was hoping to find)?
—
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYLK2B2YPKQ3HIBQENE6LDYN4AK5AVCNFSM6AAAAAA2BYR6VKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVG42DMNJVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
As I read we have node package support for triggering event with subscriber details which basically upsert the subscriber before triggering event.
two modes
Can we get that Inline of Trigger functionality in python sdk
The text was updated successfully, but these errors were encountered: