-
-
Notifications
You must be signed in to change notification settings - Fork 834
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
Add webhook support to open-saas #335
Comments
Hey @svix-ken. Interesting. What kind of example webhook services could you imagine integrating into open saas? |
for example, i send request to 3rd party API to generate a video. It take long time, they will call our webhook to let us know once video generated. I'm currently using so call wasp "api" , but unable to access Entity to interact with database to save the 3rd data in the callback. |
oh, i can use import { prisma } from 'wasp/server' |
So what Svix would do is let anyone building a SaaS using open-saas to offer a robust webhook service to their users so that their users can receive webhooks from them. What we see most often is that these webhooks trigger automations and workflows within the SaaS customers own platforms (e.g. Stripe sends their customer a webhook to know a payment has been processed so that the customer can enable the paid features of their app). |
Hi, I was wondering if there is any interest in adding a webhook sending feature using Svix so that . We just did something similar with next-forge and thought it would be a natural fit for open-saas. Happy to have someone from our team work on this.
The text was updated successfully, but these errors were encountered: