Contact Sources
The contact_sources table contains read-only, system generated data about sources available to contact info such as emails and addresses in the organization
This table can be used to determine which sources are available for relating contact information on entities to their source.
Columns
| Column Name | Description | Type | Nullable |
|---|---|---|---|
| id | The numerical identifier of the object. | INT8 | No |
| name | The name of the source. One of action_builder, upload, api, action_network, or voter_file. |
VARCHAR | No |
| sort_order | The relative precedence of the source. Higher numbers indicate more important and trustworthy data. Used for determining which piece of contact information is "best" on a given entity. | INT4 | No |
| created_at | The UTC timestamp when this object was created. | TIMESTAMP | No |
| updated_at | The UTC timestamp when this object was updated. | TIMESTAMP | No |