Skip to main content
Best answer

Action for an endpoint that returns an image

  • December 29, 2020
  • 3 replies
  • 136 views

Hi!


I am creating an app in Zapier.

One of our endpoints returns an image. Can I handle this with an action, and if yes, how?

Best answer by ikbelkirasan

Hi @Jerker Klang - When an endpoint returns a file in bytes. You should use z.stashFile which returns a URL that can be mapped in the subsequent steps in the zap.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • December 29, 2020

Check out this article for using files in Zaps: https://zapier.com/help/create/basics/send-files-in-zaps


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • December 29, 2020

I’ve moved this to “Developer Discussion”


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • Answer
  • December 29, 2020

Hi @Jerker Klang - When an endpoint returns a file in bytes. You should use z.stashFile which returns a URL that can be mapped in the subsequent steps in the zap.