There are some fields that we rely on to be correct in order to properly send. The fields we validate are:
campaign
: must be a valid campaign id, which typically starts with the prefixcamp_
website
: must be a valid website url.website_2
: must be a valid website url.website_3
: must be a valid website url.timezone
: must be a valid timezone. Here's a list of valid timezone formats.job_start_date
: must be a valid date format. Ex:01/31/2022
graduation_date
: must be a valid date format. Ex:01/31/2022
lead_score
: must be a numberstage
: must be a valid stage id, which typically starts with the prefixstage_
persona
: must be a valid stage id, which typically starts with the prefixpersona_
tags
: : must be a valid tag id, which typically starts with the prefixtag_
If any of these fields are invalid, depending on your Upload Validations settings we will either have the field be blank on upload or not upload the contact until the correction is fixed.