Webhook creation – Team dropdown shows only “No option”

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.jpg file, 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!

Hi @loonditto if you are using (Developer → Webhooks → Create Webhook) then this is for the Legacy API, not for V4. If you want to use webhooks with V4 you need to use the V4 API which you can find our guide on Webhooks here. You can find our Getting Started guide on the same site, which will get you up and running quick being able to access the V4 API with Webhooks.

Also, if you are using Cursor/Claude/Codex for any coding, I highly recommend you feed it our OpenAPI spec for reference as opposed to having the LLM parse the reference pages (Adobe developer docs are not optimized for LLMs at this time).

Feel free to reach out if you have any questions!