✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Automizy: WP-side capture & form bridge as tables

Automizy contacts and automations live in its SaaS. The WP plugin stores the API token, tracking domain and per-form list mappings in wp_options and wp_postmeta. SleekView pulls that scattered config into a single audit table.

♾️ Lifetime License available

SleekView table view for Automizy for WordPress

Automizy's WP-side surface is config, not contacts

The Automizy WordPress plugin is a thin bridge. Contacts, automations and email analytics all live in Automizy's SaaS. Locally, the plugin stores an enable flag, the API token and the tracking domain in wp_options as a serialized array. Per-form list mappings sit in wp_postmeta when a Gravity, Fluent or Contact Form 7 integration is enabled, with the Automizy list ID and optional consent text stored alongside each form.

The default plugin UI exposes those settings one screen at a time. There is no list view of every bridge across the site, no filter for forms whose Automizy list was archived in the SaaS, and no diff between staging and production capture configs. Multisite operators have to log into each subsite separately to confirm the same plugin is wired the same way everywhere, which makes drift hard to catch until a campaign misfires.

SleekView reads each storage path directly and renders the integration as one table. The capture-script row sits at the top, form-bridge rows for each mapped form follow, consent text shows as a column, and a status pill flags rows whose Automizy-side target no longer responds. Edits route through the plugin's options API where supported so the same WordPress hooks fire as if the form was saved from its own settings screen.

Workflow

Automizy options and postmeta as a workspace

1

Pick the storage paths

Point SleekView at the Automizy wp_options row and the _automizy_* keys in wp_postmeta. The plugin renders both as one joined table.
2

Compose the audit columns

Pivot the serialized options array into named columns: API token presence, tracking domain, capture-script enable flag. Add the per-form list ID and consent text from postmeta.
3

Save the views

Save filters for the queries that matter, stale list targets, missing consent text, capture-script disabled on key pages. Each saved view is a reusable audit.
4

Edit inline or bulk-update

Change a form's target list, paste in updated consent copy, or disable the capture script on a specific page. Bulk edits route through the plugin's options API so hooks fire.

Sample columns

A typical Automizy capture & form mapping view

Automizy's settings array lives in wp_options. Per-form mappings sit in wp_postmeta when an integration is enabled.
Source: wp_options + wp_postmeta
Surface Form/page Automizy target Consent text Last seen Status
Capture script (global) site-wide Default Apr 24 Loading
Form bridge Contact list:leads Custom Apr 23 Synced
Form bridge Newsletter list:newsletter Default Apr 20 Token stale
Form bridge Old quiz list:archived Default Feb 11 List missing

Comparison

Default Automizy plugin UI vs SleekView

Default Automizy plugin UI

  • Plugin UI shows one form mapping at a time, no inventory view
  • No filter for forms whose list_id was archived in Automizy
  • Capture-script enable flag is global with no per-page audit
  • Consent-string overrides aren't summarised anywhere
  • Multisite operators must log into every subsite to compare configs

SleekView

  • All form bridges in one filterable inventory list
  • Consent-text overrides surfaced as a dedicated column
  • Capture-script flag visible alongside form mappings
  • Inline-edit which Automizy list_id a form posts to
  • Multisite roll-up so agencies see every client at once

Features

What SleekView gives you for Automizy for WordPress

Bridge audit

Every Gravity, Fluent or CF7 form mapped to Automizy lives in wp_postmeta. SleekView pulls every mapping into one screen as a sortable, filterable table so nothing slips through review.

Consent-text governance

Custom consent strings drift as legal copy gets revised. SleekView surfaces every override in one column so legal can catch stale wording before it ships to a regulator or customer.

Stale list detection

When a list is archived in Automizy, mapped forms keep posting into the void. Filter for targets no longer in the active set and either repoint or retire them in one inline edit.

Audience

Who uses SleekView for Automizy for WordPress

Privacy & legal

Audit consent strings and capture-script enable flags before a compliance review. Legal reads the WP-side state through the consent column without needing Automizy dashboard access.

Lifecycle marketers

Inventory which WP forms feed which Automizy lists without bouncing between two tools. The mapping table doubles as the runbook for new campaigns.

Agencies

Hand a client a single audit table of their Automizy WP integration on day one of an engagement. Multisite roll-up makes a portfolio review one screen instead of one screen per site.

The bigger picture

Why WP-side Automizy config benefits from a real table

Automizy is a SaaS-first product and its WordPress plugin is intentionally narrow: drop in a tracking script, bridge a few form plugins, hand the rest to the SaaS. That design is sensible until you have a site that has been live for two or three years and the WP-side state has drifted from the SaaS-side state without anyone noticing. Lists get archived in Automizy and mapped forms keep posting into the void.

Consent strings get rewritten by legal in the SaaS but the WP-side overrides still carry the old wording. Capture scripts get disabled on a page during a launch and never re-enabled. None of these failures surface in the default plugin UI because the UI is built around editing one thing at a time, not auditing the full inventory.

SleekView's contribution is structural: it turns each storage path into a column on a single table. Once the audit table exists, every drift problem becomes a filter and every fix becomes a bulk edit. For agencies running Automizy across multisite networks, the same table renders network-wide so an integration review is one screen rather than one screen per client.

Questions

Common questions about SleekView for Automizy for WordPress

No. Contacts and automations stay in Automizy where the customer record is the source of truth. SleekView surfaces only the WP-side settings, form mappings and consent flags the plugin stores in your local database.

 

In wp_options as a serialized array. The capture-script enable flag, API token, and tracking domain are all there. SleekView pivots the array into named columns so the serialized blob becomes a readable table.

 

Per-form integrations write to wp_postmeta on the form's post record, with keys like _automizy_list_id and _automizy_consent_text. SleekView joins the form's title with its meta into one row per bridge.

 

Yes. SleekView writes through the plugin's options API where supported so hooks fire as if the change came from the plugin's own screen. Direct meta writes are available for bulk migrations.

 

Yes. Automizy and the older Autopilot integration used overlapping option keys on some installs. SleekView reads both prefixes and flags rows where both shapes coexist so cleanup is a single bulk action.

 

Yes. The join is between wp_postmeta and a small wp_options array, both indexed. Even sites with hundreds of forms render in a single paginated query.

 

Yes. SleekView reads each subsite's wp_{blog_id}_options and wp_{blog_id}_postmeta and exposes a network roll-up view. Agencies see every client's Automizy bridge in one screen.

 

Because contacts live in Automizy, GDPR data-subject exports go through Automizy's own tooling. SleekView's role is to show which WP forms posted that contact in, which is useful evidence for the export record.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView