elbomnetanel
Forum Replies Created
-
Thanks! it works ??
Actually you don’t have an ‘Integration with Zapier’.
Your integration is really with Webhhoks.Webhooks is a method of sending JSON data to a receiver.
The receiver can be any service which provides Webhooks urls that gathers the data (like Zapier, Integromat and more…).The only thing your developers did here is to restrict the URL input in the ‘integrations’ section of the forms settings – to start with
https://hooks.zapier.com/...
so if any other url we’re being input there – it will cause an error that says something like ‘your url is wrong’.I’ve changed the code in ‘forminator/addons/pro/zapier/forminator-addon-zapier-form-settings.php’
in line 227 i’ve changed the url exception to just
https://
, so i could put any webhook link I want in the settings – and now it works perfect (and it sends data to integromat just as to zapier).I ask you to do it also in the Plug-in’s formal edition – so I won’t lose this modification any update.
- This reply was modified 4 years, 8 months ago by elbomnetanel.
- This reply was modified 4 years, 8 months ago by elbomnetanel.
- This reply was modified 4 years, 8 months ago by elbomnetanel.
- This reply was modified 4 years, 8 months ago by elbomnetanel.
it mus start with https://hooks.zapier.com/ but there’s https://hook.integromat.com also
- This reply was modified 4 years, 8 months ago by elbomnetanel.