ODC REST API Webhook Support
70
Views
1
Comments
New
Backend

The ODC REST APIs do not currently seem to expose webhook events for the resources that are exposed. It would help automation scenarios and use cases for OutSystems to expose the ability to create a webhook subscription for certain events. 

There are likely many use cases here but some examples:

Webhook events for user events:

  • User creation
  • User updated
  • User deleted

Webhooks for build events:

  • Build started
  • Build completed

Webhooks for deployment events:

  • Deployment started
  • Deployment completed
  • Publish started
  • Published completed
Changed the category to
Backend