Skip to main content
Best answer

Update Field of a record in Airtable when Frame.io status is changed

  • December 18, 2022
  • 5 replies
  • 49 views

Forum|alt.badge.img

Im trying to have a specific field updated in Air-table once the status is changed. 

Best answer by robschmidtBest answer by robschmidt

Hi @Rlaurence83 

The native frame.io integration doesn’t have trigger for status changes, however this is certainly doable with Webhooks that frame.io provides.

Here’s the documentation: https://developer.frame.io/docs/automations-webhooks/webhooks-overview

You will have to store all status changes info in Zapier storage because you can’t explicitly tell which part of the project was updated when the webhook triggers

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • Answer
  • December 19, 2022

Hi @Rlaurence83 

The native frame.io integration doesn’t have trigger for status changes, however this is certainly doable with Webhooks that frame.io provides.

Here’s the documentation: https://developer.frame.io/docs/automations-webhooks/webhooks-overview

You will have to store all status changes info in Zapier storage because you can’t explicitly tell which part of the project was updated when the webhook triggers


Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • December 19, 2022

thanks so much rob for the reply. New to alot of this stuff so playing around a-bit. Appreciate the feed back and will look into it. Ive checked out a few other options but most are over my head :( was hoping zaiper would provide a solution. Cheers 


jesse
Forum|alt.badge.img+9
  • Architect
  • 1348 replies
  • December 21, 2022

@Rlaurence83 I’m sorry it couldn’t be done without delving into webhooks and storage! If you do decide to give this a try, let us know - there are a few members in our community that know webhooks quite well and could likely assist in helping you get this set up. 💖


Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • December 21, 2022

Thanks Jesse - tbh im a little lost :( have gone down a rabbit hole of APIs / Webhooks thru google cloud services and trying to create it that way but my limited experience is definitely slowing me down - think i need to undertands a bit more about how to code a basic API then i could figure out the rest - appreciate the reply.  I may reach out if i get stuck somewhere down the lin e


Forum|alt.badge.img
  • Author
  • Beginner
  • 11 replies
  • December 21, 2022

Hey Jesse after having another look into web-hooks i ave somewhat figured it out and its starting to make a little more sense to me :) i found a good guide on frame.io for using web-hooks with zaiper that clarified a few things so i may indeed recap back out to the community and figure out the storage aspect :) thanks again for the help