Webhooks: where can I add my server endpoint to handle figma webhooks

Hi there! I feel so confused, because I don’t understand how to attach webhook handle to my team.
I read this documentation Figma and I got it that webhooks endpoints can be added to a team or files. My team has a Professional plan, I am an admin. Please help me and tell me a way, where to add webhooks handle.
I have already searched it in team settings in Desktop App and Website.

1 Like

I’m having this too on the online API tester page.

{
  "error": true,
  "status": 400,
  "message": "Access Denied",
  "reason": "Upgrade to professional team to enable webhooks"
}

I’m not a paid user, and I couldn’t find the restriction “only paid users can use Webhooks API” anywhere in the docs. Do I have to be? It’s nice to try it free for me to make a Figma-related development tool.

I don’t know why it’s not added to the docs (you can contact Figma support and ask to fix it) but I’m pretty sure it’s indeed impossible to use webhooks on the free plan.

1 Like