I am working on a zapier integration. To test the integration, what is the quickest method of re-submitting a form? Can an existing entry be re-submitted so that zapier can detect the form? I am trying to prevent from having to complete new forms as the forms I am working on are time intensive.
It depends. Formidable's Zapier Add-on allows for integration when a form is created or deleted. In older versions of the add-on there used to be an update option, but for some reason it has been removed. There is a new instruction that reads: "Form actions can be set up in Zapier. Get WebHook URL" The "Webhooks by Zapier" zap is a premium zap and allows for raw API REQUESTS. I haven't had a need to use Zapier in a very long time. The API work I've been doing is all custom. When creating a RAW API, I use Postman for testing, then translate the Postman raw JSON into Formidable raw JSON by substituting the Postman data with Formidable form fields. With Postman, you'll be able to resubmit over and over again.
Please login or Register to submit your answer