inlustra
inlustra
NNovu
Created by inlustra on 11/11/2024 in #💬│support
Using Echo to send internal slack message
Ahh ok interesting, I have it working with the dedicated subscriberId for now! Yeah exactly that, it's a feed channel to prompt us to do specific things. We have a mobile app that our team members use to action items, just wanted some prompts internally to let us know when certain things have been completed etc (We send our customers notifications based on these same events)
4 replies
NNovu
Created by Elysium_Kkailash on 7/23/2024 in #💬│support
Was Echo replaced with Framework?
@novu/framework is much better laid out 👌
10 replies
NNovu
Created by Elysium_Kkailash on 7/23/2024 in #💬│support
Was Echo replaced with Framework?
All good in the end, thank you Pawan! I just spent way too long trying to work out the specific migration path. new Echo vs new Client etc
10 replies
NNovu
Created by Elysium_Kkailash on 7/23/2024 in #💬│support
Was Echo replaced with Framework?
I ended up moving from @novu/echo to @novu/framework over the weekend. That was the confusing part as there are some API changes but I couldn't find any documentation confirming that Framework was the successor to Echo or on how to migrate. To be clear, I was confused as I saw that there hasn't been changes to @novu/echo since June - and there's a bunch of features that I'm waiting for
10 replies
NNovu
Created by Elysium_Kkailash on 7/23/2024 in #💬│support
Was Echo replaced with Framework?
Hi, sorry, bit of a necro. Is this major announcement still going on? I can't find any documentation on the migration path or anything at all suggesting this migration is needed? Thoroughly confused.
10 replies
NNovu
Created by inlustra on 7/18/2024 in #💬│support
Resend Rate Limits
No description
9 replies
NNovu
Created by inlustra on 7/18/2024 in #💬│support
Resend Rate Limits
No description
9 replies
NNovu
Created by inlustra on 7/18/2024 in #💬│support
Resend Rate Limits
However, opening it gives me no data - even after a login-logout, even after switching environments and back
9 replies
NNovu
Created by inlustra on 7/18/2024 in #💬│support
Resend Rate Limits
No description
9 replies
NNovu
Created by inlustra on 7/18/2024 in #💬│support
Resend Rate Limits
A bit of a side note, I can see the requests failing in Novu Cloud
9 replies
NNovu
Created by inlustra on 7/18/2024 in #💬│support
Resend Rate Limits
Extra info here: We'll do max maybe 5 people to contact in one go so far, and they're few and far between, requests like this come in every 1 - 2 hours or so right now.
9 replies
NNovu
Created by inlustra on 3/4/2024 in #💬│support
Novu returning "processed" and acknowledged but no activity found and workflows not triggered
Sure!
15 replies
NNovu
Created by inlustra on 3/4/2024 in #💬│support
Novu returning "processed" and acknowledged but no activity found and workflows not triggered
Here we go: 641c3bb95d9af70da93f09d5 Thanks again for jumping on this to help so fast. As a total side note, as someone that has lead the creation of a "communications platform" for a very large company from scratch. Novu is insanely close to the thing we had built out internally so I already love the product.
15 replies
NNovu
Created by inlustra on 3/4/2024 in #💬│support
Novu returning "processed" and acknowledged but no activity found and workflows not triggered
I can share the full payload if needed, however I'll need to do some anonymization
15 replies
NNovu
Created by inlustra on 3/4/2024 in #💬│support
Novu returning "processed" and acknowledged but no activity found and workflows not triggered
Should be the EU instance!
await novu.trigger(workflow, {
to: [{ type: TriggerRecipientsTypeEnum.TOPIC, topicKey: id }],
tenant: { identifier: id },
payload,
});
await novu.trigger(workflow, {
to: [{ type: TriggerRecipientsTypeEnum.TOPIC, topicKey: id }],
tenant: { identifier: id },
payload,
});
Our system is broken down into user "workspaces" (Also created as tenants in Novu) The topic ID for the entire workspace is the same as the tenant ID
15 replies
NNovu
Created by inlustra on 3/4/2024 in #💬│support
Novu returning "processed" and acknowledged but no activity found and workflows not triggered
Hey @Pawan Jain Thanks, I apologise in advance, I have no doubt this is some mess up on my end However, the API keys do seem to be correct!
15 replies