{"slug":"follow-up-emails","name":"Follow Up Emails","description":"Automate personalized follow-up emails for your WooCommerce store based on customer actions and product details.","author":"Smackcoders Inc.,","active_installs":80,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/follow-up-emails/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"frm_fields","full_table_name":"wp_frm_fields","description":"Stores frm fields data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"frm_item_metas","full_table_name":"wp_frm_item_metas","description":"Stores additional metadata (key-value pairs) for frm item metas records.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"gf_entry_meta","full_table_name":"wp_gf_entry_meta","description":"Stores additional metadata (key-value pairs) for gf entry records.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"gf_form_meta","full_table_name":"wp_gf_form_meta","description":"Stores additional metadata (key-value pairs) for gf form records.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"nf3_fields","full_table_name":"wp_nf3_fields","description":"Stores nf3 fields data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"smack_email_log","full_table_name":"wp_smack_email_log","description":"A logging table that records activity, events, or audit history.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_smack_email_log` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `user_email` varchar(255) NOT NULL,\\n  `event` varchar(255) NOT NULL,\\n  `date` datetime DEFAULT '0000-00-00 00:00:00',\\n  `status` varchar(255) DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"smack_followup_mail","full_table_name":"wp_smack_followup_mail","description":"Stores smack followup mail data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_smack_followup_mail` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `username` varchar(255) NOT NULL,\\n  `event` varchar(255) NOT NULL,\\n  `user_email` varchar(255) NOT NULL,\\n  `template_id` varchar(255) NOT NULL,\\n  `scheduled_date` datetime DEFAULT '0000-00-00 00:00:00',\\n  `orderid` varchar(255) DEFAULT NULL,\\n  `cartid` varchar(255) DEFAULT NULL,\\n  `product_id` int DEFAULT NULL,\\n  `user_id` int DEFAULT NULL,\\n  `status` int DEFAULT '0',\\n  `form_id` int DEFAULT NULL,\\n  `entry_id` int DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"wpforms_entries","full_table_name":"wp_wpforms_entries","description":"Stores form submissions and user-entered data.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":8}