Skip to main content
Question

Filling web app fields from a Zap without an API

  • April 3, 2025
  • 1 reply
  • 6 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 

 

Did this topic help you find an answer to your question?

1 reply

Mohammad_Shahzaib_Nawaz
Forum|alt.badge.img

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.


Reply