Files
- application/modules/messenger_bot_enhancers/controllers/Messenger_bot_enhancers.php
Sql
ALTER TABLE `messenger_bot_engagement_2way_chat_plugin` ADD `visual_flow_campaign_id` INT NOT NULL AFTER `add_date`, ADD `visual_flow_type` ENUM('flow', 'general') NOT NULL DEFAULT 'general' AFTER `visual_flow_campaign_id`;
ALTER TABLE `messenger_bot_engagement_checkbox` ADD `visual_flow_campaign_id` INT NOT NULL AFTER `for_woocommerce`, ADD `visual_flow_type` ENUM('flow', 'general') NOT NULL DEFAULT 'general' AFTER `visual_flow_campaign_id`;
ALTER TABLE `messenger_bot_engagement_mme` ADD `visual_flow_campaign_id` INT NOT NULL AFTER `created_at`, ADD `visual_flow_type` ENUM('flow', 'general') NOT NULL DEFAULT 'general' AFTER `visual_flow_campaign_id`;
ALTER TABLE `messenger_bot_engagement_send_to_msg` ADD `visual_flow_campaign_id` INT NOT NULL AFTER `success_redirect_url`, ADD `visual_flow_type` ENUM('flow', 'general') NOT NULL DEFAULT 'general' AFTER `visual_flow_campaign_id`;
UPDATE `add_ons` SET `version` = '1.6.7' WHERE `project_id`=30;
Change log
- Flowbuilder add-on support for Messenger Engagement
LINK