Contacts
Manage contacts that you can mail to. Test mode addresses will always have a
verified status. In live mode, they may be verified, corrected, or
failed. Addresses that fail to be corrected are likely undeliverable, but
you can still send to them if you want to.
For test mode contacts, you have the ability to assert the addressStatus of
the contact by passing specific values to the description field. To receive
an addressStatus of failed, the description of the contact should be a
string with the exact value test failed. For an addressStatus value of
corrected, the description of the contact should be a string with the exact
value test corrected.
Our address correction engine will often be able to fix missing postal/ZIP codes, city names, and also append ZIP+4. It is SERP (Canada Post) and CASS (USPS) certified, so you can rest assured that if an address is verified, we can deliver to it.
Create Contact
List Contacts
Get Contact
Delete Contact
ModelsExpand Collapse
Contact object { id, addressLine1, addressStatus, 21 more }
A series of human-readable errors/warnings that were raised when running the provided address through our address verification.
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.
ContactCreate = ContactCreateWithFirstName { addressLine1, countryCode, firstName, 14 more } or ContactCreateWithCompanyName { addressLine1, companyName, countryCode, 14 more }
ContactCreateWithFirstName object { addressLine1, countryCode, firstName, 14 more }
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.
ContactCreateWithCompanyName object { addressLine1, companyName, countryCode, 14 more }
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.
ContactCreateWithCompanyName object { addressLine1, companyName, countryCode, 14 more }
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.
ContactCreateWithFirstName object { addressLine1, countryCode, firstName, 14 more }
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.