Skip to main content
Best answer

Creating Integration Action input designer

  • March 17, 2021
  • 2 replies
  • 115 views

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

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 Solution Partner
  • 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
  • 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