Hello,
I tried to transfer form data to FluentCRM via webhook. Unfortunately, no data arrives in FluentCRM. I've attached a screenshot of Formidable's log file.
How can I solve the problem?
Here is the additional log message:
{
"headers":
{
},
"body": "
{
"success":false,"data":
{
"message": "\u00dcberpr\u00fcfung fehlgeschlagen.", "errors":
{
"email":
{
"required": "The email field is required."}
},
"type": "email_validation_failed"}}", "response":
{
"code":200,"message": "OK"
},
"cookies":[],"filename":null,"http_response":
{
"data":null,"headers":null,"status":null}}frm_entry
168
frm_action
17988
frm_code
200
frm_message
u00dcberpru00fcfung fehlgeschlagen. The email field is required. email_validation_failed
frm_url
https://juliableser.de/?fluentcrm=1&route=contact&hash=73e999bd-f7b0-48a2-b072-fe6d33dfb68f
frm_request
{
"[vorname]": "first_name", "[nachmane]": "last_name", "[email]": "email" }frm_headers
Content-type: application/json; charset=UTF-8
The error from Fluent says you didn't send an email address. Do you have an email address mapped in the API?
<p><p>Many thanks for the answer. I mapped an email field. The question now arises, why does SSA not transmit an email address?See Screenshot...</p></p>
Please login or Register to submit your answer