Skip to main content
Best answer

Action for an endpoint that returns an image

  • December 29, 2020
  • 3 replies
  • 122 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 ikbelkirasanBest 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.

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.

3 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30939 replies
  • December 29, 2020

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


AndrewJDavison_Luhhu
Forum|alt.badge.img+10

I’ve moved this to “Developer Discussion”


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • 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.