{"slug":"integrations-of-zoho-campaigns-with-elementor-form","name":"Integrations of Zoho Campaigns with Elementor form","description":"Visit plugin's website","author":"formsintegrations","active_installs":50,"version":"1.0.9","wp_org_url":"https://wordpress.org/plugins/integrations-of-zoho-campaigns-with-elementor-form/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"izcef_flow","full_table_name":"wp_izcef_flow","description":"Stores izcef flow data created by this plugin.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"izcef_log","full_table_name":"wp_izcef_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"flow_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"job_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"api_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"response_type","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"response_obj","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"name","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"triggered_entity","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"triggered_entity_id","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"status","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"1","type":"enabled","nullable":true,"primary_key":false},{"name":"2","type":"trashed","nullable":true,"primary_key":false},{"name":"user_ip","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_izcef_log` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `flow_id` bigint(20) DEFAULT NULL, `job_id` bigint(20) DEFAULT NULL, `api_type` varchar(255) DEFAULT NULL, `response_type` varchar(50) DEFAULT NULL, `response_obj` LONGTEXT DEFAULT NULL, `created_at` DATETIME NOT NULL, PRIMARY KEY (`id`), KEY `flow_id` (`flow_id`) ) $collate;\", \"CREATE TABLE IF NOT EXISTS `wp_izcef_flow` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `triggered_entity` varchar(50) NOT NULL, `triggered_entity_id` varchar(100) DEFAULT NULL, /* form_id = 0 means all/app */ `flow_details` longtext DEFAULT NULL, `status` tinyint(1) DEFAULT 1,/* 0 disabled, 1 enabled, 2 trashed */ `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` int(11) unsigned DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) $collate;\" ]; include_once ABSPATH . 'wp-admin/includes/upgrade.php'; foreach ($table_schema as $table) { dbDelta($table);"}],"table_count":2}