Hi,
I have a WordPress website, using Contact Form 7 to collect leads. I also want to use API to create leads in Odoo automatically when someone submits forms on the website.
I find the below Plugin:
https://github.com/Jack-Dane/odoo-wp-plugin
#ISSUE#
After I set up the odoo connection, and the test always fails.
Test Result: Failure
Error Message: Connect error: Connection refused (111)
Error Code: 5
My Odoo URL works well. Does anyone know how to fix this?
Thank you!
Hi Frank,
Did you tested through postman? to simply fetch/GET from your url.
Could you check any of these could be the reasons?
1. The destination resource is rejecting the connection
2. A firewall is blocking the connection
3. There is a routing issue
4. No process is listening on the IP:Port combination that the client is trying to connect to
5. The connection attempt was dropped while being routed to the resource