Native agentOS Integration Is Here
Native agentOS Integration Is Here
NurtureHub v1.0.18
With the release of v1.0.18, NurtureHub connects natively to agentOS — the CRM at the heart of thousands of UK lettings and estate agencies. No third-party middleware, no manual CSV exports, no copy-pasting contact records. Just a live, bidirectional connection that keeps both systems in step.
Why This Matters
Agents using agentOS already have a database of applicants, landlords, and contacts built up over years. Until now, getting those records into a nurture platform meant a manual export-and-import cycle that immediately went stale. The v1.0.18 connector solves that entirely:
- Contacts come in automatically.
- Updates flow both ways.
- New contacts in agentOS can trigger AI-powered category suggestions before an agent has even opened NurtureHub.
What the Integration Does
Connect in Minutes
Head to Settings → Integrations (/dashboard/settings/integrations) and authenticate with agentOS using:
- OAuth — the recommended flow; authorise NurtureHub from your agentOS account with no credentials to copy.
- API Key — available as a fallback for agentOS plans that don't support OAuth.
All credentials are encrypted at rest in NurtureHub's crm_connections store.
Import Your Existing Contacts
Once connected, trigger a contact import to pull your full agentOS database into NurtureHub — contacts, applicants, and landlords included. Duplicate records are automatically detected and merged, so you won't end up with two cards for the same person.
Bidirectional Sync — Always in Step
Contact details edited in NurtureHub sync back to agentOS. Changes made in agentOS are reflected in NurtureHub. Neither system becomes the stale copy.
This matters when agents update a phone number during a call or when a landlord's email changes in agentOS — both platforms stay consistent without any manual intervention.
Webhook Listener — AI Category Suggestions on Arrival
The integration registers a webhook listener with agentOS. Every time a new contact is created in agentOS, NurtureHub receives the event instantly and:
- Analyses the incoming contact record.
- Surfaces a category assignment suggestion — for example, Landlord, Seller, or Active Tenant.
- Presents the suggestion to the agent for a single-click confirmation.
From that confirmation, NurtureHub generates the personalised three-email nurture sequence immediately. The agent never has to build a workflow or manually sort a new lead.
Managing the Connection
The Integrations screen at /dashboard/settings/integrations gives you full visibility:
| Detail | Where to find it |
|---|---|
| Connection status (connected / disconnected) | Integrations panel header |
| Last successful sync timestamp | Integrations panel |
| Sync error log | Integrations panel — expandable |
| Disconnect button | Integrations panel |
Disconnecting removes the stored credentials and pauses all sync activity. Your imported contacts remain in NurtureHub.
Getting Started
- Go to
/dashboard/settings/integrations. - Click Connect agentOS.
- Complete the OAuth flow (or paste your API key).
- Click Import Contacts to pull your existing agentOS database.
- From this point, new contacts in agentOS will arrive in NurtureHub automatically via webhook.
There is no step 6. No workflows to configure, no field mappings to set up.
Technical Details
- Credential storage: encrypted in
crm_connections; plaintext secrets are never written to disk. - Sync direction: bidirectional — NurtureHub → agentOS and agentOS → NurtureHub.
- Webhook trigger: fires on new contact creation events in agentOS.
- Deduplication: import compares against existing NurtureHub contact records before creating new entries.
- API key auth: supported as a fallback; OAuth is preferred.