-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add Cloud Code Webhooks section #622
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
Comments
I've written a PR to enable it 2 months ago: Still waiting approval or comments... |
@flovilmart Would be cool to have this in the dashboard |
@apersaud @otymartin this is included in the last release, thanks to @davimacedo |
Hello @natanrolnik I just downloaded the latest version of dashboard and installed on Heroku... I don't see the webhooks option in the menu, would you please let me know if I'm missing some configuration? |
Hi @natanrolnik nevermind I noticed that by updating parse server the missing options become available... sorry. |
Good to know you figured it out! |
Hi everyone,
As of Parse Server 2.2.19, Cloud Code Webhooks are supported in similar fashion as they were supported in the hosted Parse Dashboard. I have attached a picture below showing where this section is in the hosted Parse dashboard. Having a web interface to configure and debug webhooks is very useful to several developers that are not writing their cloud code functions and triggers in javascript. What would be the process of porting that feature over from the Parse.com dashboard to the open source version (without having to write it from scratch)?
Thanks
Environment Setup
Steps to reproduce
1 .Run the latest Parse Dashboard and register a webhook using the Parse Server REST API.
2. Go to the "Core" for the app, and notice the 'Webhooks' section is missing.
The text was updated successfully, but these errors were encountered: