Adding/deleting/changing webhooks via the python-api

Hi there,

Is it possible for me to perform changes on the webhooks from the api?

I have an application which responds to webhook calls, but I want my users to create the webhooks from within my app.

1 Like

I don’t think this is currently possible.

Hi @gdaramouskas

Have you looked at the ShotGrid REST API ? (ShotGrid REST API v1)

The WebHooks cannot be queried/created/modified/deleted with the Python SDK (AFAIK)

-Patrick

1 Like

Oh I didnt know about this! :o