Staring production automations with python api 2026

Hello all

I’m a Production Coordinator with some Python expreience and I want to set up some Python automations for our SG projects.

Simple things, like if a new version is uploaded to a task, set the task status to ready for review. Or if the version is marked as final, set the task status to complete, etc Things to save production time on tedious checks.

I’m struggling to find up to date resorces on guides, GitHub pages and general being a noob to Python APIs.

Please share the basics of seting api and automations, etc and anyother cool resources.

I’m hoping this can also be a good source for others like me looking for pipeline info.

Cheers!

These are good use cases for the Event Daemon (though webhooks may be an alternative)

Following the docs for the Event Daemon, the plugin examples has “task_status_update_version_status.py

Hello,

in ADN we created recently these two articles about events. They may help to guide you and see the differences between webhooks and the Event framework. It points back to the docs for further info. Let us know if it helps.