Skip to content
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

Open
svix-ken opened this issue Nov 27, 2024 · 4 comments
Open

Add webhook support to open-saas #335

svix-ken opened this issue Nov 27, 2024 · 4 comments

Comments

@svix-ken
Copy link

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.

@vincanger
Copy link
Collaborator

Hey @svix-ken. Interesting. What kind of example webhook services could you imagine integrating into open saas?

@sontl
Copy link

sontl commented Dec 2, 2024

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.

@sontl
Copy link

sontl commented Dec 2, 2024

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'

@svix-ken
Copy link
Author

svix-ken commented Dec 2, 2024

Hey @svix-ken. Interesting. What kind of example webhook services could you imagine integrating into open saas?

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants