Deep Integrations for Your Workflow

Connect Aqua Intel with your favorite business tools. Seamless data flow between your CRM, marketing platform, and water intelligence data.

CRM Systems

☁️

Salesforce

Sync leads directly to Salesforce with automatic field mapping. Track water quality scores and territory assignments in custom objects.

πŸ”—

HubSpot

Native HubSpot integration with two-way sync. Automatically create contacts and deals based on lead scoring and territory assignments.

πŸ“Š

Zoho CRM

Integrate with Zoho CRM to enrich leads with water quality data. Custom modules for hardness levels and property assessments.

Marketing & Email

βœ‰οΈ

Mailchimp

Export leads to Mailchimp segments. Target campaigns to high-scoring prospects with water hardness and property age data.

πŸ“§

ActiveCampaign

Build sophisticated automation workflows. Trigger campaigns based on lead scores, territory assignment, and water quality changes.

Communication

πŸ“ž

Twilio

Send SMS alerts for high-value leads. Automate SMS campaigns triggered by lead scoring events and territory assignments.

☎️

RingCentral

Click-to-call integration with lead data. View property details and water quality scores during customer calls.

Data & Intelligence

🏠

Zillow

Enrich property data with Zillow listings, valuations, and property details for better lead qualification.

πŸ“‹

ATTOM Data Solutions

Access comprehensive property records, ownership history, and property characteristics for deeper analysis.

πŸ“Š

US Census Bureau

Demographic and economic data at the census tract level for neighborhood-wide targeting and analysis.

Mapping & Location Services

πŸ—ΊοΈ

Mapbox

Custom mapping integration for territory visualization. Advanced geographic analysis and custom map styling options.

🧭

Google Maps

Display leads on Google Maps, calculate drive times, and optimize sales route planning with territory insights.

API & Custom Integrations

Our comprehensive REST API gives you complete control over your water intelligence data. Build custom integrations, automate workflows, and sync data with any third-party platform.

Key API Capabilities

  • Full lead data access and management
  • Territory creation and updates
  • Lead scoring and assessment data
  • Real-time data synchronization
  • Historical data and reporting
  • Webhook support for event-driven workflows

Get Started with Our API:

Authentication Example
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.aquaintel.com/v1/leads
JavaScript Fetch
const response = await fetch(
  'https://api.aquaintel.com/v1/leads',
  {
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY'
    }
  }
);
const data = await response.json();

Webhook Events

Subscribe to real-time events and trigger custom workflows whenever something happens in Aqua Intel.

lead.created

Triggered when a new lead is discovered in one of your territories.

lead.updated

Fired when a lead's data is updated, including new assessments or changed scores.

lead.scored

Triggered when a lead receives a new score or the score changes significantly.

territory.changed

Fired when territory boundaries are modified or territory details are updated.

report.ready

Triggered when a scheduled report has been generated and is ready for download.

assessment.complete

Fired when a property assessment completes and results are available.