Skip to main content
Best answer

Creating Integration Action input designer


Is there a faster/easier way to create the input designer of an action? Or do I have to manually enter each item that will need to be mapped? My understanding is that this is what we are expecting to be sent to our webhook. i.e. what the Zap creator will have to map out on their end. I’d assume there was an easier way to input these?

Best answer by Mercology

@jbuschman Are you talking about the Visual Builder GUI developer platform?  If so, you can always make the first Field a Dynamic Field and then use Code to build each individual field.  Just get rid of the API call stuff and build the field following https://zapier.github.io/zapier-platform-schema/build/schema.html#fieldschema

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.

2 replies

Mercology
Forum|alt.badge.img+5
  • Zapier Expert
  • 65 replies
  • Answer
  • March 19, 2021

@jbuschman Are you talking about the Visual Builder GUI developer platform?  If so, you can always make the first Field a Dynamic Field and then use Code to build each individual field.  Just get rid of the API call stuff and build the field following https://zapier.github.io/zapier-platform-schema/build/schema.html#fieldschema


Forum|alt.badge.img+9
  • Zapier Staff
  • 331 replies
  • March 19, 2021

You might also consider moving to the CLI, which is likely a better fit for you and your project: https://platform.zapier.com/docs/export