Webhooks: API CRUD

Is there a plan for setting up a webhooks management API?

Something which would apply simple Create/Read/Update/Delete to a webhook’s configuration?
Considering the BETA nature of the SG webhooks system - I would like a way to manage / update through code in the event of large changes to the feature.

1 Like

Web hooks are accessible via the Rest API. They are not accessible via the python API. BOO!!. As a result you can updated the hooks this way. I have dabbled with it and used it to update URL’s from production to staging endpoint and vice versa. Is this what your interested in?

2 Likes