It is like Zapier where you can automate things but is cheaper and has more options.
I receive the data fine on their webhook module but it comes through malformed. This is what their support said "The Webhook structure is not correct. Is any way to restructure it properly and not send a whole JSON as a collection name?"
Is there any adjustments I can make so the json comes though properly?
Thanks very much for the response. I tried making this change and it seems to cause the payload to not come through. I have tested it using Integromat and https://webhook.site/ but no payload is received after making changes.
I have attached a screen shot of my modified file on my server.
Please try replacing the attached file (../wp-content/plugins/ameliabooking/src/Application/Services/WebHook/WebHookApplicationService.php), and it should work fine. We've tested it locally, and it should work fine.
Can you check if there's anything blocked by your hosting provider? This error message is pretty consistent, and it means that something's blocked - the server understood the request but due to a security measure it chose to forbid the execution.
Hi I am having trouble using webhook on https://www.integromat.com/
It is like Zapier where you can automate things but is cheaper and has more options.
I receive the data fine on their webhook module but it comes through malformed. This is what their support said "The Webhook structure is not correct. Is any way to restructure it properly and not send a whole JSON as a collection name?"
Is there any adjustments I can make so the json comes though properly?
Hello Zachary
I'm not sure about this, so I forwarded the ticket to one of our developers.
As soon as I receive a response from him, I'll get back to you.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks very much for the response. I tried making this change and it seems to cause the payload to not come through. I have tested it using Integromat and https://webhook.site/ but no payload is received after making changes.
I have attached a screen shot of my modified file on my server.
Hi again Zachary
Sorry for the late response.
Please try replacing the attached file (../wp-content/plugins/ameliabooking/src/Application/Services/WebHook/WebHookApplicationService.php), and it should work fine. We've tested it locally, and it should work fine.
Please let me know.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I replaced the file like you recommended however now any time I save the webhooks in the settings I get the following error:
Request failed with status code 403
Hello Venessa
The code 403 tells you the submitted request was recognized by the server, but is absolutely forbidden for some reason.
Please check with your hosting if Amelia is being blocked on the server level.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
it hasn't happened at all since I installed until I updated that one file, and ot only happens when trying to save a webhooks.
Hi again Venessa
I don't see any errors when I test this locally
Can you check if there's anything blocked by your hosting provider? This error message is pretty consistent, and it means that something's blocked - the server understood the request but due to a security measure it chose to forbid the execution.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables