I looked into the forum and tested for some hours but could not figure out a way to send form data to an external webhook (such as Make).
In the Forms section of the app, it only allows connection with email and Slack. And in the form element when I add the endpoint in the Action field, it does not receive anything. Only when I delete the connection with the form (i.e. delete the value in the Form field in the screenshot), the endpoint receives data but in this case there is no data validation and user gets a success message from Make which is not best user experience.
I read that there is connection with Make and Zapier in the roadmap, but is it possible to send the data in the webhook with another way?
Many thanks for the tutorial !
I have set it up on a test website, and try to fetch data into Pabbly (similar to Make), but I do not get fields / values, it seems the body is not passing through.
When I configure to receive webhook with headers, I correctly get the headers. I do not know what is wrong here (I have copied / pasted the code as you recommended in the video, and the console log is correctly showing the fields / values.
Could you help?
Here is my link to get a free account if needed: Pabbly
Were you able to get this to work? I’m thinking about buying Pabbly, but really wanted to see if it worked with Divhunt?
How do you like Pabbly, is it able to do flows to AI websites like Make does? I saw a tutorial for Make and found it very interesting.
thanks.
So far, I only managed to get the header response in Pabbly. For whatever reason, the body is not passing through. Maybe the body format should be formatted differently, I continue trying to find solution.
However, I managed to send data directly to my database (AiTable); in fact, I initially wanted to use Pabbly to send data there, but if I can do it directly with a script, I am fine too
I hope I can soon find a way to send data to Pabbly because I am using it a lot, and I guess it is easier to send / manage data there than creating scripts everywhere in Divhunt.
When I find solution, I will post it as a reply in this post.
I have implemented the javascript exactly as indicated in the video; the form data is properly saved in Divhunt form submissions, but when I test by sending data to webhook.site, there is no form data received.
I made another test using Jotform to send replies to the same webhook, and it works perfect.
It seem the problem is in sending the data from Divhunt (https://step2you.divhunt.website/)
This means that even if I would use Make or any other tool, nothing would be received…
@Pakic: can you please help, I am stuck if I cannot send data outside Divhunt