Lead Capture Integration with Activepieces (HTTP Request) Help
Collapse
X
-
yuri What's strange is my Lead capture isn't even attempting to gather that field. I believe that log is from a previous test.
Oddly enough there hasn't been an error in that log since a few days ago but I've since attempted to re-run the Task (that also still fails.)
Are there other logs I can look at?Leave a comment:
-
If you need to send random phone numbers, there are two options:- Use a custom varchar field instead.
- Disable International phone numbers under Administration > Settings.
Leave a comment:
-
Lead Capture Integration with Activepieces (HTTP Request) Help
Greetings!
I'm trying to integrate EspoCRM into Activepieces via an HTTP Request step, but the step is failing when testing for some reason and I'm not sure why.
I'm using the Administration > Lead Capture option within EspoCRM that provides the necessary HTTP Request information (URL, Method, Headers, and Payload) however it fails when testing. Here is my configuration.
Here is the Payload:
HTML Code:{ "website": "{{trigger['body']['WebsiteURL']}}", "lastName": "{{trigger['body']['LastName']}}", "firstName": "{{trigger['body']['FirstName']}}", "accountName": "{{trigger['body']['BusinessName']}}", "description": "{{trigger['body']['Whattypesofservicesdoyouneed \n {{trigger['body']['Howsatisfiedareyouwithyourexistingwebsite \n {{trigger['body']['ProjectInformation']}}']}}']}}", "emailAddress": "{{trigger['body']['Email']}}" }
Any ideas about what I'm doing wrong or why this would fail? I'm capturing form information from Contact Form 7 and trying to assign certain fields to the Lead Capture fields.
Thanks!Tags: None
Leave a comment: