How do I update YouTube video descriptions and tags with Zapier?
Hi there,
I am looking for a way to update the description (and ideally the tags as well) of a YOUTUBE video. Now the video in every case already exists… I tried to use the Action builder but it always returned 400 Bad Request.
Does anyone have any idea or a template how to only modify the description parameter of a single video?
@jpres are you familiar with a little bit of coding? I think Troy is correct - you are not passing the right params over in the API request custom action block for Youtube. The custom action by Zapier did not suggest the correct request body. If you need more help directly, please let me know!
Hi @jpres,
I’m so sorry for the delayed response here.
Updating the description of the existing YouTube video is not possible at the moment since the current YouTube integration doesn’t have the “Update Video” action. However, we have an open feature request for this exact functionality.
I have added you to the feature request. That does a few things:
Bring this to the attention of the integration developers
Help track interest in this feature being implemented
Allows us to notify you via email if this feature becomes available in the future
While I don't have an ETA on when this feature might be implemented, we will notify you via email if it is!
Hopefully, this helps!
To update YouTube video descriptions and tags using Zapier, you’ll want to set up a Zap that connects your trigger app with YouTube, targeting video updates. Unfortunately, Zapier's direct options for updating existing YouTube videos are limited, often due to restrictions within YouTube's API, which can sometimes lead to the "400 Bad Request" error you're experiencing. One workaround is to use the "YouTube API Request" feature in Zapier’s Webhooks by Zap action. With this, you can manually configure an API request to update video details, including the description and tags. To do this, you'll need to enable the YouTube Data API, set up authentication, and specify the video ID, description, and tags within the request body. This approach requires some technical setup but gives you the control to update your video details dynamically.