Skip to main content
Question

Filling web app fields from a Zap without an API

  • April 3, 2025
  • 1 reply
  • 19 views

Is it possible to fill web app fields from a zap?

Example: we have a web app with no api at all. We have data from a form that can go through a zap.

Is it possible to send those data (dataA, dataB, dataC, ….) to fill specific empty fields in a form?

If possible, it is possible to insert some submit to specific buttoms in the destination form?

Many thanks,

Giuseppe 

 

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

1 reply

Mohammad_Shahzaib_Nawaz
Forum|alt.badge.img+3

It depends whether your web app supports filling of form using URL Params, so you can send the data via params to the web app page that contains the form,

The second way, may be by using “Code by Zapier” and create a Post Request to submit the data to the same endpoint where your web form is submitting the data.

You will have to add the Key Names of the input of form Manually while setting it up, Setting this up will take some basic programming knowledge and also if the endpoint supports POST call from zapier.