Follow Up Emails

Automate personalized follow-up emails for your WooCommerce store based on customer actions and product details.

8 database tables

Table NameDescriptionMethod
wp_frm_fieldsStores frm fields data created by this plugin.Static
wp_frm_item_metasStores additional metadata (key-value pairs) for frm item metas records.Static
wp_gf_entry_metaStores additional metadata (key-value pairs) for gf entry records.Static
wp_gf_form_metaStores additional metadata (key-value pairs) for gf form records.Static
wp_nf3_fieldsStores nf3 fields data created by this plugin.Static
wp_smack_email_logA logging table that records activity, events, or audit history.Verified
wp_smack_followup_mailStores smack followup mail data created by this plugin.Verified
wp_wpforms_entriesStores form submissions and user-entered data.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_postmeta
Post meta
wp_posts
Custom post type:fup_email_template
wp_usermeta
User meta