-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Hacknplan support #138
Comments
@Haapavuo I took a look at the documentation that you provided, however from what I'm seeing these webhooks look to be inbound versus outbound hooks. Where could I find the documentation on outbound webhook payloads from Hacknplan would need to send out a payload from an event that then can be interpreted by skyhook. |
If you register (for free) you can see in the project Administration section that there actually is support for the following Webhook events. Weird however why there is no documentation for them. So I guess in order to develop a support for the events, you will have to create an endpoint that provide you a way to view the event message structure and implement models based on the messages.
|
Alright, I took a look (nice platform too). It'll take some time to get this completed as there are a ton of hooks. @dscalzi please assign to me when you get a moment |
API Reference: https://api.hacknplan.com/reference/index#/Webhook
Service itself: https://hacknplan.com/
This sure would be much appreciated!
The text was updated successfully, but these errors were encountered: