How to Fix Invalid Email Address Error in an iPost Data Table

Do you get an Invalid Email Address error even after the email address is valid?

Invalid email

This could be because of the wrong Payload configured in the field mappings.

Below is the basic payload for an iPost DataTable:

{
"Records": [
{
"email_address": "[EMAIL]",
"first_name": "[FIRST_NAME]",
"last_name": "[LAST_NAME]"
}
]
}

Update the payload to ensure that each iPost property aligns with the payload. Otherwise, you will get an error.
iPost property

You can map more custom fields as needed.

Make sure to validate the JSON Payload before saving it. You can validate your payload using this JSON Validator

Questions or comments? Let us know at contact@digioh.com