Hi,
I’m working on a project where I want to use Frame.io webhooks to automatically react when new assets are uploaded.
Here’s the setup:
-
I shoot with a Fuji X-S20 using Camera-to-Cloud, so every new photo goes directly into a Frame.io project.
-
I built a small Node.js server that listens to Frame.io webhooks and updates a
latest.jpgfile, which I then display live in OBS (via a browser source). -
The goal: every time a new photo arrives in Frame.io, it instantly updates in my OBS scene.
The issue:
-
When I try to create a new Webhook (Developer → Webhooks → Create Webhook), the form asks me to choose a Team.
-
In the dropdown, I only see “No option”, so I can’t save the webhook at all.
My questions:
-
Why does the Team dropdown show No option?
-
Is this feature restricted to certain plans?
-
What’s the right way to set this up so that uploads from my camera trigger the webhook automatically?
Thanks a lot for your help!