Hi there @sanamalik
If your Zap starts with a YouTube trigger (e.g., New Video in Channel, New Video by Search, New Video in Playlist), the trigger data already includes thumbnail URLs at multiple resolutions — you don't need to extract anything extra.
Look for fields like:
Thumbnails Default URL (~120×90) Thumbnails Medium URL (~320×180) Thumbnails High URL (~480×360) Thumbnails Maxres URL (1280×720 — the highest resolution)
You can map the Thumbnails High URL or Thumbnails Maxres URL directly into the next step.
2- If users are submitting a YouTube URL (e.g., via a form or webhook) and you need to derive the thumbnail yourself, YouTube has a predictable thumbnail URL format:https://img.youtube.com/vi/[VIDEO_ID]/maxresdefault.jpg
Formatter by Zapier → Text → Concatenate — Build the thumbnail URL: https://img.youtube.com/vi/{{video_id}}/maxresdefault.jpg
Now moving on to passing the URL to next step.
Once you have the thumbnail URL (from any approach above), you can Map it directly — Simply reference the thumbnail URL field in the next step. Most apps that accept images (WordPress, Slack, email tools, etc.) will accept a direct image URL.
Give this a try and feel free to let us know if any issue persist.
Thanks.