Integrations Overview
Connect WISEROWS to external services for two-way data sync.
2 min read
Integrations
WISEROWS connects to external services through integration connectors. Each connector provides two-way sync, field mapping, and chat tools.
Available Integrations
4 of 4
Integration | Description |
|---|---|
| Sanity | Headless CMS — push content to Sanity datasets |
| PostHog | Product analytics — pull event data and user insights |
| Google Search Console | SEO — import search performance data |
| WordPress | CMS — publish posts and pages |
How Connectors Work
Every integration connector implements a standard interface:
- Authentication — API keys or OAuth credentials stored in project settings
- Field mapping — Map WISEROWS entity fields to external service fields
- Sync direction — Push (WISEROWS → service), pull (service → WISEROWS), or bidirectional
- Job tracking — Sync operations are tracked as background jobs with progress reporting
Setting Up an Integration
- Go to Integrations in the sidebar
- Click the integration you want to set up
- Enter your credentials
- Configure field mappings
- Run an initial sync
Chat Tools
When an integration is configured, its chat tools become available in the AI chat. For example:
- "Push all published blog posts to Sanity"
- "Show me the top pages from Google Search Console"
- "Sync PostHog events from the last 7 days"
Building Custom Connectors
See Building Custom Connectors for how to create your own integration connector.
Was this helpful?
