leaStudios Help Scout AI Dashboard
Imports Help Scout AI Beacon CSV exports and renders a weekly dashboard of customer interactions across Beacons.
by leaStudios · github.com/adamjohnlea/leastudios-helpscout-ai-dashboard · website
★ 0stars
13release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/adamjohnlea/leastudios-helpscout-ai-dashboard/releases/download/v1.1.0/leastudios-helpscout-ai-dashboard-1.1.0.zipFrom the readme
leaStudios Help Scout AI Dashboard
WordPress plugin that ingests Help Scout AI Beacon CSV exports and renders a unified weekly dashboard of customer interactions across every Beacon in your portfolio. Built for teams running many Beacons who would otherwise be merging spreadsheets by hand.
Status: 1.0.0 released. Plugin is functional end-to-end.
Requirements
| Requirement | Minimum |
|---|---|
| WordPress | 6.4 |
| PHP | 8.2 |
| Composer | Any recent |
Data model
Three custom tables live under {$wpdb-prefix}leastudioshelpscoutaidashboard:
| Table | Purpose | Dedupe key |
|---|---|---|
| interactions | One row per Help Scout AI Beacon Q&A turn. | (sessionid, occurredat) — overlapping CSV exports merge instead of double-counting. |
| articlerefs | Normalized article references attached to interactions (typically 1–3 per row). | (interactionid, articleid) — a single article surfaced across many interactions stores metadata once. |
| reports | One row per uploaded CSV file (filename, hash, size, row counts, timestamp). | SHA-256 of file contents — re-uploading the same file is a no-op. |
The schema version is tracked in option('leastudioshelpscoutaidashboarddbversion') for
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.1.0 | Jun 10, 2026 | leastudios-helpscout-ai-dashboard-1.1.0.zip | 1 |
| v1.0.4 | May 24, 2026 | leastudios-helpscout-ai-dashboard-1.0.4.zip | 1 |
| v1.0.3 | May 24, 2026 | leastudios-helpscout-ai-dashboard-1.0.3.zip | 1 |
| v1.0.2 | May 24, 2026 | leastudios-helpscout-ai-dashboard-1.0.2.zip | 2 |
| v1.0.1 | May 24, 2026 | leastudios-helpscout-ai-dashboard-1.0.1.zip | 6 |
| v1.0.0 | May 24, 2026 | leastudios-helpscout-ai-dashboard-1.0.0.zip | 2 |