27 Mar 2018
Webhooks graduated from beta: breaking changes
The Forge Webhooks API has now graduated from Beta, and is available as a standard API for you to include in your Forge applications since the end of February.
If you were one of the early beta testers, you need to make some adjustments on your callback endpoint:
1. The hook callback payload was an array, now the array moved into data attribute. See example here.
2. Properties were renamed:
- sysType → system
- eventType → event
3. Callback includes link.next attribute for pagination
Want to learn more about webhooks? Here are few topics: