-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
webhook migration instruction #52
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
Webhooks isn't supported coming from api.parse.com, but cloud code is supported for writing triggers/functions directly through parse-server. What was the context in which you wanted to run parse-server and also webhooks? |
@gfosco I have the same issue. I added triggers and functions directly on parse-server but how do I expose and connect it to the events(like beforesave, aftersave) |
Here's a workaround: |
add instructions for deploying to Google App Engine
Do we have any webhook migration instruction?
based on this example app: https://github.com/ParsePlatform/CloudCode-Express
should I just change the 'https://api.parse.com/1/hooks/triggers' to my heroku app url + /hooks/triggers?
Thanks,
The text was updated successfully, but these errors were encountered: