9 Replies
Hey @devadarsh. we do not, are you planning to use Airtable is a source for events? A place to store notification workflows? Something else? That’s sounds very interesting
Hey Tomer, I want to create a quick integration that whenever a new entry is added to airtable, I want to trigger email notification.
Got it, thanks! We don't have that right now but @Pawan Jain do you have any tricks up your sleeve?
@devadarsh. would you mind sharing the underlying use case? 😄 High level would be amazing!
I am working on a product for which I want to collect the emails of the users who want to be a early access users, to reduce the overhead of creating custom backend, I am using airtable sdk and storing them in a table, no backend at all, even if novu has a sdk which can be called client side, this will work for the emails which will be entered on the website, there might be some case where I manually put some emails manually in the table
anyways I think, I can use novu sdk on client side
Hi @devadarsh.
How about calling Novu's trigger api in script option
https://docs.novu.co/api/trigger-event/
I would not recommend to use our backend sdk in client side apps because it will expose your api key
Ohh I thought it was a client sdk same as the one firebase provides
I will definitely give this “run script” a try
@devadarsh. let us know how it goes 😄
Hi @devadarsh.
How it is going in trigerring novu workflow in script?
Do you need any help?