All Collections
Mailstand Architecture
Fields That We Validate Before Uploading
Fields That We Validate Before Uploading
Michael Benson avatar
Written by Michael Benson
Updated over a week ago

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 prefix camp_

  • 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 number

  • stage: must be a valid stage id, which typically starts with the prefix stage_

  • persona: must be a valid stage id, which typically starts with the prefix persona_

  • tags: : must be a valid tag id, which typically starts with the prefix tag_

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.

Did this answer your question?