Webhook & 123formbuilder submission

I’ve set up a webhook between Make.com and 123formbuilder but I don’t see any of the form submissions on Make.com. Do you know the reason for this? I tried this with google forms and it worked perfectly before so not sure what the issue is.

Welcome to the Make community!

Can you click Run Once on the scenario, and then immediately submit a test form submission through?

This way the scenario can retrieve the possible fields and sample values.

Most of the time, you’ll want to run a module before values can be mapped into another, especially for Custom Webhook modules, because it has no prior knowledge of the requests’ data structure.

For more information, see Webhooks

2 Likes

Hi Sam,

Thank you for the prompt response! When I run the scenario the output is coming back as empty.
Do you know what the problem is?

This is because the external service did not send any data in the body of the request.

To resolve this, consult the service’s (123formbuilder) Developer API/Webhook Documentation.

2 Likes