Hi. I've looked through the other post regarding bpmOnline, and couldn't find the answer.
We have the Contact Form 7 plugin on WordPress and have via bpmOnline connected it to Creatio, and it works great. The leads are registrered in Creatio with all the information from the form BUT...
We also keep getting these emails "CF7-3rdParty Integration Failure",
I have done the troubleshooting mentiond in this thread (https://community.creatio.com/articles/bpmonline-plugin-wordpress-gravity-forms-contact-form-7)
And this is what I got back after checking the Debug box and resending the form.
The main issue is
*** Response ***
WP_Error Object
(
[errors] => Array
(
[http_request_failed] => Array
(
[0] => cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
)
)
[error_data] => Array
(
)
[additional_data:protected] => Array
(
)
)
So my two questions are:
1. How can I fix this?
2. We have noticed that out forms are a bit slow to send. It can take up to 12-15 sec from you push send until the form is sent. And this is hurting our webpage the customer journey - can these two problems be related?