Make
POST every response to a Make custom webhook and drive a scenario with it.
Make (formerly Integromat) works the same way as Zapier: no OAuth, no account keys, just a webhook URL you paste into the form.
Setup
- In Make, create a scenario starting with the Webhooks → Custom webhook module.
- Add the webhook and copy the URL Make gives you.
- In Questionful, open the form’s integrations, choose Make, and paste the URL.
- Click Redetermine data structure in Make, then submit a test response so Make can learn the payload shape.
- Build the rest of the scenario against the fields it detected.
What Make receives
A JSON body with the event name, the form, the response and its submission time, the answers as a list carrying each question’s title, and the same answers as a flat name-to-value map. Uploaded files arrive as signed download links rather than file contents. If the scenario needs the file itself, fetch it while the link is valid. The exact shape is in Webhooks.
Notes
- Make’s free plan covers custom webhooks.
- The URL works against a local development instance, so you can test before deploying.
- After changing the form’s questions, resubmit a test response and redetermine the data structure, or the new fields will not appear.
- Keep the webhook URL private.