For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported Data Sources

Data Pulse connects to the systems where your contacts live and keeps that data clean automatically. This page explains what a data source is, what Data Pulse does with one once it is connected, and which sources are supported today.

New to Data Pulse? Start with the Overview to understand the pulsing engine, then come back here to connect your first source.

What is a data source?

A data source is any system that stores your contact records and that Data Pulse can connect to, monitor, and write results back into. In most cases this is your CRM (for example, HubSpot or Salesforce).

When you connect a data source, Data Pulse becomes a live data-quality layer on top of it. It does not replace your CRM and it does not move your data out of it. It listens for new contacts, validates them, and returns the results to the same records.

Supported sources at a glance

Data source
Status
Connection method
What it monitors
Setup performed by

Live

OAuth

New contacts

Any user with HubSpot install permission

Live

Managed package plus OAuth-connected app

New leads

Salesforce administrator (one-time), then any assigned user

Want a source that is not listed here? We prioritize the next integration based on customer demand. Tell us which CRM your team runs and we'll move it up the queue.

Fields Data Pulse validates

Across every supported source, Data Pulse currently validates three field types. You choose which ones to enable during setup, and at least one must be selected.

  • Email - deliverability status, safe-to-send, disposable, role-based, free-domain, and gibberish checks.

  • Phone - reachability, line type (mobile, fixed, or VoIP), carrier, country, and timezone.

  • Name - normalization plus gibberish and placeholder detection.

For the full list of input and output fields, see Implementation & Setup.

Fields Data Pulse Updates

Post real-time verification Data Pulse appends its own set of Clearout result properties to your contact records. These carry the validation status and metadata for the fields you enabled, for example email status, safe-to-send, phone line type, and normalized name. Your existing properties are not touched.

Label
Field Type
Description
Use Case
Property

Clearout Email Safe To Send

Text

Indicates whether the contact's email is safe to send to based on its verification result.

Filter emails that are guaranteed to deliver without bouncing by selecting Safe to Send = Yes.

co_dp_e_safe

Clearout Email Status

Text

The email verification status such as Valid, Invalid, Catch-all, or Unknown.

Segment contacts by deliverability and decide which emails are worth contacting.

co_dp_e_status

Clearout Email Reason

Text

The sub-status explaining why the email received its verification result.

Understand and triage invalid or risky emails before deciding how to act on them.

co_dp_e_reason

Clearout Email SMTP Provider

Text

The SMTP or email service provider hosting the email's domain, such as Google or Microsoft.

Identify provider-specific deliverability patterns and tailor your sending strategy.

co_dp_e_smtp

Clearout Email Free Domain

Text

Indicates whether the contact's email belongs to a free email provider such as Gmail or Yahoo.

Distinguish personal email addresses from business email addresses when segmenting contacts.

co_dp_e_free

Clearout Email Role Email

Text

Indicates whether the contact's email is role based, such as info@, support@, or sales@.

Filter out shared mailboxes that are not tied to an individual.

co_dp_e_role

Clearout Email Disposable Email

Text

Indicates whether the contact's email belongs to a disposable or temporary email provider.

Exclude temporary email addresses from your CRM and outreach campaigns.

co_dp_e_disposable

Clearout Email Gibberish Email

Text

Indicates whether the email's local part appears to contain random or meaningless characters.

Flag low quality or fake email records to improve CRM quality.

co_dp_e_gibberish

Clearout Email Suggested Email

Text

A suggested correction for a likely mistyped email address.

Recover contacts entered with common email typos before discarding them.

co_dp_e_suggested

Clearout Name Gibberish

Text

Indicates whether the contact's name appears to contain random or meaningless characters.

Identify fake or low quality contact records.

co_dp_n_gibberish

Clearout Name Status

Text

The validation status of the contact's name.

Determine whether the provided value appears to be a person's name.

co_dp_n_status

Clearout Name Normalized

Text

The contact's name cleaned and standardized into a consistent format.

Keep name records consistent across your CRM and improve personalization.

co_dp_n_normalized_name

Clearout Phone Status

Text

The validation status of the phone number.

Filter out unreachable phone numbers before calling or texting.

co_dp_p_status

Clearout Phone Carrier

Text

The telecom carrier associated with the phone number.

Support carrier aware routing, cost optimization, or compliance checks.

co_dp_p_carrier

Clearout Phone Line Type

Text

The type of phone line, such as Mobile, Fixed Line, or VoIP.

Target SMS capable numbers and choose the appropriate communication channel.

co_dp_p_line_type

Clearout Phone Country Name

Text

The country associated with the phone number.

Segment contacts by country for regional campaigns.

co_dp_p_country_name

Clearout Phone E164 Format

Text

The phone number formatted according to the international E.164 standard.

Ensure consistent storage, reliable dialing, and duplicate detection.

co_dp_p_e164_format

Clearout Phone Location

Text

The geographic location associated with the phone number.

Target contacts based on location and localize outreach.

co_dp_p_location

Clearout Phone Country Timezone

Text

The timezone associated with the phone number's country.

Schedule calls and text messages at appropriate local times.

co_dp_p_country_timezone

Clearout Phone DST Observed

Text

Indicates whether Daylight Saving Time is currently observed.

Avoid contacting people too early or too late because of daylight saving adjustments.

co_dp_p_dst

Clearout Pulsed On

Date

The date and time when the contact was last enriched by Data Pulse.

Identify stale records that are due for revalidation or refresh.

co_dp_pulsed_on

Property names may be prefixed or suffixed depending on the naming conventions supported by the destination platform.

Next steps

Last updated

Was this helpful?