Alex DB
Alex DB
TtRPC
Created by cssetian on 3/21/2024 in #❓-help
Is there a way to configure a trpc router to require an output() schema to be specified?
+1 for a way to enfore having an output schema defined
4 replies
DTDrizzle Team
Created by Janick on 7/21/2024 in #help
array of number returning strings
I've just run into that, wanted to add that the order is important, you can't have $type before array or it won't properly type it.
3 replies
NNovu
Created by Alex DB on 10/9/2024 in #💬│support
Add/hydrate subscriber email in a custom step
Hi @Richard Fontein ! I think it's a lot clearer now. I think specifically the word hydrate should not be used here, it makes me think I would do something like subscriber.firstName = "Alex" whereas what you're talking about is "just" the fact that your template data can come from different sources. Maybe wording it like "If you don't want non-required subscriber data to be stored by Novu, you can pass only the required keys in the to section and fetch the rest of the data in the step as you would anything else. -> show the same example" Does that make sense?
5 replies
NNovu
Created by Alex DB on 10/9/2024 in #💬│support
Add/hydrate subscriber email in a custom step
Thanks!
5 replies