I’m trying to send form submissions from Ninja Forms (WordPress) to Make.com via a custom webhook. I set the method to POST, entered the correct webhook URL from Make, and mapped my form fields using th e field keys in the ARGS section (like: first_name=first_name_1680788241239, etc).
I confirmed:
The webhook action is toggled on
The form is published
“Run once” was clicked before submitting the form
No brackets or JSON encoding in ARGS
Still, Make.com doesn’t receive anything and the webhook bubble stays white.
Is there anything I might be missing, or any known issues with Ninja Forms webhook integration?
I have a client using the same plugin, from your screenshot in Wordpress, it all looks ok, though the green toggle isn’t enabled?
Also the values column has field ID’s without a {}, from my setup all items in the value column have {} around them, may pay to re-add them and see if they come with {} - there should be a dynamic list to select from vs manually entering.
If you right-click the first module and choose run this module only, then submit the form. Does it receive the data?
You have not set the scheduling to “Immediately”. Webhooks need to be set to run Immediately unless you know what you’re doing.
Click on the clock icon, and change it to “Immediately”. (NOT “On demand”)
Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!