How to Set Up Email Alerts for WordPress Table Data Changes

Updated July 2026 • 6 min read • By Fahad Murtaza

TableCrafter table builder, connect Gravity Forms, Google Sheets, Airtable, CSV, or JSON data sources
TableCrafter table builder, connect Gravity Forms, Google Sheets, Airtable, CSV, or JSON data sources

Staying on top of data changes in a busy WordPress operation is a real challenge when you rely on manual check-ins. TableCrafter's email alert system automatically notifies you or your team the moment a table entry is created, updated, or deleted through the inline editor. This guide walks through every configuration option so your team never misses a critical change. WordPress powers 43% of all websites globally (W3Techs, July 2026), and TableCrafter bridges the gap between the data you collect and the tables your users need to see, no custom PHP, no dashboard access required for viewers. The free version on WordPress.org supports CSV, JSON, Google Sheets, and Excel. Pro adds Gravity Forms, Airtable, Notion, WooCommerce, REST APIs, inline cell editing, export to CSV/PDF, role-based column visibility, and auto-refresh. Every table embeds on any page with a [tablecrafter] shortcode or the native Gutenberg block. REST APIs handle over 83% of all web API traffic as of 2025 (RapidAPI, 2025).

What the Email Alert Feature Does?

Email alerts in TableCrafter are a Pro feature that triggers outbound notifications when a configured threshold condition is crossed during an inline cell edit. The system is condition-based, not event-based. Configure a rule specifying field ID, operator, and threshold; the alert fires at the moment a field value transitions from not-meeting to meeting that condition.

The alerts are sent using WordPress's built-in wp_mail() function, so they respect whatever mail configuration you have in place, whether that is the default PHP mail handler or an SMTP plugin like WP Mail SMTP or Postmark.

TableCrafter re-fetches this data on each page load by default. If your data source updates infrequently and your site has significant traffic, enable the built-in caching option in the table's Performance tab. This stores the fetched data for a configurable number of minutes and serves it from WordPress transients, reducing API calls to the source and improving page load time for visitors.

Compatibility note: Email alerts fire on changes made through TableCrafter's own interface. Changes made directly in the Gravity Forms entry editor in wp-admin are not captured by this trigger, since they bypass the plugin's AJAX layer.

How Does Prerequisites Before You Configure Alerts Work?

Before diving into the alert settings, confirm the following are in place:

Free tier limitation: The free version of TableCrafter supports Free read-only display, basic search, sort, and pagination. Inline editing, bulk actions, and email alerts all require Pro.

How Do I Enable Email Alerts on a Table?

Each table has its own alert configuration, so you can send different notifications to different recipients depending on which dataset changed.

  1. Navigate to TableCrafter > Tables, click Edit on the table you want to monitor.
  2. In the table builder, locate the Alerts tab.
  3. Toggle Enable Email Alerts on.
  4. In the Field to Monitor field, enter the Gravity Forms field ID whose value you want to watch.
  5. Set the Operator (>, <, =, >=, <=, or contains) and Threshold value.
  6. Enter the Recipient Email address.
  7. Optionally check Attach CSV to include a full table export with the alert.
  8. Click Save Table.
Tip: You can add multiple recipient addresses to route alerts to both a manager and a data entry supervisor without duplicating the table configuration.

How Do I Use Placeholders in Subject Lines and Message Bodies?

The alert email subject and body are generated automatically by TableCrafter. There are no user-configurable placeholder variables or custom templates.

The subject line reads: [TableCrafter Alert] Field "{field_label}" crossed threshold on table "{table_title}". The body includes the table name, the field label, the old value before the edit, the new value after the edit, the operator and threshold value from the rule, and a direct link to edit the table in your WordPress admin. These fields are generated from the rule configuration at the time the alert fires -- they are not user-defined template variables.

If you need a fully custom email format, hook into WordPress's wp_mail filter to modify the message before it is sent. This lets you restructure the subject or body, add HTML formatting, or include additional entry data without modifying the plugin itself.

HTML vs plain text: By default, TableCrafter sends alerts as plain text. If your SMTP service or mail plugin is configured to send HTML, the line breaks in the message body will render as-is. For styled HTML emails, you can use a plugin like Email Customizer for WooCommerce or a custom wp_mail_content_type filter, but keep in mind that adds complexity outside TableCrafter's scope.

How Does Controlling Alerts with Role-Based Permissions Work?

TableCrafter Pro's role-based permission system interacts with email alerts in a useful way. Because you can restrict which WordPress user roles are allowed to edit a given table (or even specific columns), you can design a setup where:

Column-level permissions can hide sensitive fields from certain roles. If a role cannot see a column, they cannot edit it, and changes to hidden columns will not appear in their session's {changed_fields} output, keeping alerts scoped to what each user type can actually interact with.

How Does Troubleshooting Email Alerts That Do Not Arrive Work?

If you have configured alerts but emails are not arriving, work through this checklist in order:

  1. Confirm WordPress mail is working at all. Use your SMTP plugin's built-in test, or install a temporary plugin like Check Email (check-email.info) to send a test message from wp-admin.
  2. Verify the Pro license is active. A lapsed or invalid license silently disables Pro features. Go to TableCrafter → Settings → License and check the status indicator.
  3. Check spam and promotions folders. Alerts sent via PHP's default mail handler frequently land in spam. Switching to an authenticated SMTP service (Postmark, SendGrid, Mailgun) resolves deliverability issues permanently.
  4. Confirm inline editing is on. If the table is in read-only mode, no edits are possible and the alert trigger never fires. Open the table builder and check the Behavior tab.
  5. Look at the browser console during an inline edit. TableCrafter's AJAX calls go to wp-admin/admin-ajax.php. A failed nonce or capability check returns a non-200 or a JSON error, if the edit itself is failing, the alert has nothing to act on.
  6. Inspect the WordPress debug log. Enable WP_DEBUG_LOG in wp-config.php and attempt an edit. TableCrafter logs alert dispatch attempts and any wp_mail errors to wp-content/debug.log.
Common gotcha: If you are running a local development environment (Local by Flywheel, DevKinsta, etc.), outbound mail is typically blocked by default. Install a local mail catcher like Mailpit or MailHog, or configure an SMTP relay with real credentials, to test alert delivery locally.

Frequently Asked Questions

What does the email alert feature do?

Email alerts in TableCrafter are a Pro feature that triggers outbound notifications whenever a record in a connected table is modified through the plugin's interface. Changes captured include:

What Is TableCrafter?

TableCrafter is a WordPress plugin that turns data from Gravity Forms, Google Sheets, Airtable, Notion, REST APIs, CSV files, and WooCommerce into interactive, sortable, filterable frontend tables. Embed any table on any WordPress page with the [tablecrafter] shortcode or the native Gutenberg block. No PHP or custom development required. The free version supports CSV, JSON, Google Sheets, and Excel. Pro adds Gravity Forms, Airtable, Notion, WooCommerce, REST APIs, inline cell editing, export to CSV and PDF, role-based column visibility, and auto-refresh.

Does this require PHP or developer skills?

No. TableCrafter is configured entirely through the WordPress admin interface. You choose your data source, map fields to columns, and set display preferences using point-and-click controls. Embedding uses the [tablecrafter] shortcode or the native Gutenberg block.

Is the free version sufficient or do I need Pro?

The free plugin on WordPress.org supports CSV, JSON, Google Sheets, and Excel sources with unlimited tables, rows, and columns. Pro adds Gravity Forms, Airtable, Notion, WooCommerce, REST API sources, inline cell editing, bulk row actions, export to CSV and PDF, role-based column visibility, and auto-refresh every N seconds.

Ready to try it?

TableCrafter is free on WordPress.org. Pro unlocks inline editing, role-based permissions, and advanced data sources.

Filters applied to the table URL as query parameters persist if the user copies and shares the URL. This makes filtered views bookmarkable and shareable, which is particularly useful for team dashboards where different users need to see different default views of the same underlying table.

The configuration you set here applies to every visitor who loads a page containing this table, regardless of whether they are logged in. Role-specific overrides for columns and rows are a separate layer and do not replace these global display settings. Apply global settings first, then add role restrictions as needed for tables that serve multiple user types.