All Collections
Integrations
Can I send a profile into Vision2 without contact information via the API?
Can I send a profile into Vision2 without contact information via the API?

How do I bypass validation for addresses and emails for individuals and organizations?

Tim Roberts avatar
Written by Tim Roberts
Updated over a week ago

By default, Vision2 tries its best to protect you from adding people or organizations without contact information. For individuals, at least one of the following is required: phone, email address, or physical address. For organizations, you need at least one email address or one physical address.

However, there are times you need to load a few individuals or organizations into Vision2 that don't have contact information. This can be necessary when bringing in legacy data, for example. 

To allow this, Vision2 offers a flag you can set when sending in individuals or organizations that instructs Vision2 to bypass its "minimal contact information required" rules. 

Just set the "AllowNoContactInformation"  to true on the root of the object:

{
//other properties
"AllowNoContactInformation": true
}


This flag will tell Vision2 to not validate what you are sending against the minimal contact information requirements.

Did this answer your question?