Skip to main content
Question

Figma REST API library_publish requires two API calls to fetch Figma component name?

  • April 18, 2025
  • 1 reply
  • 62 views

Michelle_Luo

Hi all, 

I’m currently trying to connect a webhook to our team’s MS teams channel via Microsoft power automate. 
 

We have gotten the webhook to post LIBRARY_PUBLISH updates but as a results, we don’t get the entire list of Figma components that have been created/modified/deleted, etc. has anyone successfully gotten the webhook to post component names, excluding property names and values? Currently it requires 2 API calls to fetch the key and then the name itself.
 

Thanks all!

 

here’s an example of what’s posted: 

 

 

This topic has been closed for replies.

1 reply

Dmitry Fuks
  • New Member
  • 1 reply
  • April 22, 2025

I’m seeing the same issue. However, we can't make a separate API request for the component info, because we’d have to hardcode the API_KEY on the backend and always have a user in Figma with superuser permissions