-
Notifications
You must be signed in to change notification settings - Fork 20
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
first draft with webhook support #25
Conversation
@krishnateja262 is attempting to deploy a commit to the formulosity Team on Vercel. A member of the Team first needs to authorize it. |
Hi @krishnateja262 yes the format is good. The yam configuration is enough for now, so we just need to make it work:
|
Hi @krishnateja262 how are things going with this PR? do you need help maybe? |
Hi @plutov, sorry got occupied with work, pushed few more changes, for this PR i created a table for storing webhook responses and status codes |
Hi @krishnateja262 I see that you've added the CREATE TABLE into the existing migration, it's better to add to a new one. Because once the migration is executed once it won't be executed anymore, that's how migrations work. |
Hi @plutov i have made the changes, attaching screenshot for the UI change, please review and let me know for any changes. The downloaded file also has the webhook data |
This is awesome @krishnateja262 will test it in the next few days and probably merge it! |
it works well, I am merging it! |
@plutov raising a draft PR, let me know if this is ok or any changes that are required. Working on UI changes and timeout setting.