芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentformpro/src/Integrations/Platformly/Bootstrap.php
logo = fluentFormMix('img/integrations/platformly.png'); $this->description = 'Build and grow your email subscriber list with the integration of Platformly.'; $this->registerAdminHooks(); // add_filter('fluentform/notifying_async_platformly', '__return_false'); } public function getGlobalFields($fields) { return [ 'logo' => $this->logo, 'menu_title' => __('Platformly API Settings', 'fluentformpro'), 'menu_description' => __('Platformly is an integrated email marketing, marketing automation, and small business CRM. Save time while growing your business with sales automation. Use Fluent Forms to collect customer information and automatically add it to your Platformly list. If you don\'t have a Platformly account, you can
sign up for one here.
', 'fluentformpro'), 'valid_message' => __('Your Platformly configuration is valid', 'fluentformpro'), 'invalid_message' => __('Your Platformly configuration is invalid', 'fluentformpro'), 'save_button_text' => __('Save Settings', 'fluentformpro'), 'fields' => [ 'apiKey' => [ 'type' => 'password', 'placeholder' => __('API Key', 'fluentformpro'), 'required' => true, 'label_tips' => __("Enter your Platformly API Key, If you do not have Please login to your Platformly account and find the API key", 'fluentformpro'), 'label' => __('Platformly API Key', 'fluentformpro'), ], 'projectId' => [ 'type' => 'number', 'placeholder' => __('Project ID', 'fluentformpro'), 'required' => true, 'label_tips' => __("Please Provide your Platformly Project ID", 'fluentformpro'), 'label' => __('Platformly Project ID', 'fluentformpro'), ], ], 'hide_on_valid' => true, 'discard_settings' => [ 'section_description' => __('Your Platformly API integration is up and running', 'fluentformpro'), 'button_text' => __('Disconnect Platformly', 'fluentformpro'), 'data' => [ 'apiKey' => '' ], 'show_verify' => true ] ]; } public function getGlobalSettings($settings) { $globalSettings = get_option($this->optionKey); if (!$globalSettings) { $globalSettings = []; } $defaults = [ 'apiKey' => '', 'projectId' => '', 'status' => '' ]; return wp_parse_args($globalSettings, $defaults); } public function saveGlobalSettings($settings) { if (!ArrayHelper::get($settings, 'apiKey') || !ArrayHelper::get($settings, 'projectId')) { $integrationSettings = [ 'apiKey' => '', 'projectId' => '', 'status' => false ]; update_option($this->optionKey, $integrationSettings, 'no'); wp_send_json_success([ 'message' => __('Your settings has been updated', 'fluentformpro'), 'status' => false ], 200); } try { $settings['status'] = false; update_option($this->optionKey, $settings, 'no'); $api = new PlatformlyApi($settings['apiKey'], $settings['projectId']); $auth = $api->auth_test(); if (isset($auth['account_id'])) { $settings['status'] = true; update_option($this->optionKey, $settings, 'no'); wp_send_json_success([ 'status' => true, 'message' => __('Your settings has been updated!', 'fluentformpro') ], 200); } throw new \Exception('Invalid Credentials', 400); } catch (\Exception $e) { wp_send_json_error([ 'status' => false, 'message' => $e->getMessage() ], $e->getCode()); } } public function pushIntegration($integrations, $formId) { $integrations[$this->integrationKey] = [ 'title' => $this->title . ' Integration', 'logo' => $this->logo, 'is_active' => $this->isConfigured(), 'configure_title' => __('Configuration required!', 'fluentformpro'), 'global_configure_url' => admin_url('admin.php?page=fluent_forms_settings#general-platformly-settings'), 'configure_message' => __('Platformly is not configured yet! Please configure your Platformly API first', 'fluentformpro'), 'configure_button_text' => __('Set Platformly API', 'fluentformpro') ]; return $integrations; } public function getIntegrationDefaults($settings, $formId) { return [ 'name' => '', 'list_id' => '', 'fieldEmailAddress' => '', 'custom_field_mappings' => (object) [], 'default_fields' => (object) [], 'other_fields_mapping' => [ [ 'item_value' => '', 'label' => '' ] ], 'ip_address' => '{ip}', 'tags' => [], 'tag_ids_selection_type' => 'simple', 'tag_routers' => [], 'conditionals' => [ 'conditions' => [], 'status' => false, 'type' => 'all' ], 'enabled' => true ]; } public function getSettingsFields($settings, $formId) { return [ 'fields' => [ [ 'key' => 'name', 'label' => __('Name', 'fluentformpro'), 'required' => true, 'placeholder' => __('Your Feed Name', 'fluentformpro'), 'component' => 'text' ], [ 'key' => 'list_id', 'label' => __('Platformly Segment', 'fluentformpro'), 'placeholder' => __('Select Platformly Segment', 'fluentformpro'), 'tips' => __('Select the Platformly segment you would like to add your contacts to.', 'fluentformpro'), 'component' => 'list_ajax_options', 'options' => $this->getLists() ], [ 'key' => 'custom_field_mappings', 'require_list' => true, 'label' => __('Map Fields', 'fluentformpro'), 'tips' => __('Select which Fluent Forms fields pair with their
respective Platformly fields.', 'fluentformpro'), 'component' => 'map_fields', 'field_label_remote' => __('Platformly Field', 'fluentformpro'), 'field_label_local' => __('Form Field', 'fluentformpro'), 'primary_fileds' => [ [ 'key' => 'fieldEmailAddress', 'label' => __('Email Address', 'fluentformpro'), 'required' => true, 'input_options' => 'emails' ] ], 'default_fields' => [ array( 'name' => 'first_name', 'label' => esc_html__('First Name', 'fluentformpro'), 'required' => false ), array( 'name' => 'last_name', 'label' => esc_html__('Last Name', 'fluentformpro'), 'required' => false ), array( 'name' => 'phone', 'label' => esc_html__('Phone Number', 'fluentformpro'), 'required' => false ) ] ], [ 'key' => 'other_fields_mapping', 'require_list' => true, 'label' => __('Other Fields', 'fluentformpro'), 'tips' => __('Select which Fluent Forms fields pair, with their
respective Platformly fields.', 'fluentformpro'), 'component' => 'dropdown_many_fields', 'field_label_remote' => __('Platformly Field', 'fluentformpro'), 'field_label_local' => __('Form Field', 'fluentformpro'), 'options' => [ 'company' => __('Company Name', 'fluentformpro'), 'address' => __('Address Line 1', 'fluentformpro'), 'address2' => __('Address Line 2', 'fluentformpro'), 'city' => __('City', 'fluentformpro'), 'state' => __('State', 'fluentformpro'), 'zip' => __('ZIP code', 'fluentformpro'), 'country' => __('Country', 'fluentformpro'), 'fax' => __('Fax', 'fluentformpro'), 'sms_number' => __('SMS Number', 'fluentformpro'), 'phone' => __('Phone', 'fluentformpro'), 'birthday' => __('Birthday', 'fluentformpro'), 'website' => __('Website', 'fluentformpro') ] ], [ 'key' => 'tags', 'require_list' => true, 'label' => __('Contact Tags', 'fluentformpro'), 'placeholder' => __('Select Tags', 'fluentformpro'), 'component' => 'selection_routing', 'simple_component' => 'select', 'routing_input_type' => 'select', 'routing_key' => 'tag_ids_selection_type', 'settings_key' => 'tag_routers', 'is_multiple' => true, 'labels' => [ 'choice_label' => __('Enable Dynamic Tag Selection', 'fluentformpro'), 'input_label' => '', 'input_placeholder' => __('Set Tag', 'fluentformpro'), ], 'options' => $this->getTags() ], [ 'key' => 'note', 'require_list' => true, 'label' => __('Note', 'fluentformpro'), 'placeholder' => __('write a note for this contact', 'fluentformpro'), 'tips' => __('You can write a note for this contact', 'fluentformpro'), 'component' => 'value_textarea' ], [ 'require_list' => true, 'key' => 'conditionals', 'label' => __('Conditional Logics', 'fluentformpro'), 'tips' => __('Allow Platformly integration conditionally based on your submission values', 'fluentformpro'), 'component' => 'conditional_block' ], [ 'require_list' => true, 'key' => 'enabled', 'label' => __('Status', 'fluentformpro'), 'component' => 'checkbox-single', 'checkbox_label' => __('Enable This feed', 'fluentformpro') ] ], 'button_require_list' => true, 'integration_title' => $this->title ]; } protected function getLists() { $api = $this->getApiClient(); if (!$api) { return []; } $lists = $api->getLists(); $formattedLists = []; foreach ($lists as $list) { if (is_array($list)) { $formattedLists[$list['id']] = $list['name']; } } return $formattedLists; } // getting available tags protected function getTags() { $api = $this->getApiClient(); if (!$api) { return []; } $tags = $api->getTags(); $formattedLists = []; foreach ($tags as $tag) { if (is_array($tag)) { $formattedLists[strval($tag['id'])] = $tag['name']; } } return $formattedLists; } public function getMergeFields($list, $listId, $formId) { $api = $this->getApiClient(); $fields = $api->getCustomFields(); $formattedFields = []; foreach ($fields as $field) { $formattedFields['cf_' . $field['alias'] . '_' . $field['id']] = $field['name']; } return $formattedFields; } /** * Prepare Platformly forms for feed field. * * @return array */ /* * Submission Broadcast Handler */ public function notify($feed, $formData, $entry, $form) { $feedData = $feed['processedValues']; if (!is_email($feedData['fieldEmailAddress'])) { $feedData['fieldEmailAddress'] = ArrayHelper::get($formData, $feedData['fieldEmailAddress']); } if (!is_email($feedData['fieldEmailAddress'])) { do_action('fluentform/integration_action_result', $feed, 'error', __('Email is not valid for integration', 'fluentformpro')); return; } $addData = []; $addData = array_merge($addData, ArrayHelper::get($feedData, 'default_fields')); if (ArrayHelper::get($feedData, 'custom_field_mappings')) { $addData = array_merge($addData, ArrayHelper::get($feedData, 'custom_field_mappings')); } foreach (ArrayHelper::get($feedData, 'other_fields_mapping') as $item) { $addData[$item['label']] = $item['item_value']; } $tags = $this->getSelectedTagIds($feedData, $formData, 'tags'); if ($tags) { $addData['tag'] = implode(",", $tags); } $addData['segment'] = $feedData['list_id']; $addData['ip'] = $feedData['ip_address']; $addData = array_filter($addData); $addData['email'] = $feedData['fieldEmailAddress']; $addData['time'] = time(); $addData = apply_filters_deprecated( 'fluentform_integration_data_' . $this->integrationKey, [ $addData, $feed, $entry ], FLUENTFORM_FRAMEWORK_UPGRADE, 'fluentform/integration_data_' . $this->integrationKey, 'Use fluentform/integration_data_' . $this->integrationKey . ' instead of fluentform_integration_data_' . $this->integrationKey ); $addData = apply_filters('fluentform/integration_data_' . $this->integrationKey, $addData, $feed, $entry); // Now let's prepare the data and push to Platformly $api = $this->getApiClient(); $response = $api->addContact($addData); if (!is_wp_error($response) && $response['status'] === 'success') { do_action('fluentform/integration_action_result', $feed, 'success', 'Platformly feed has been successfully initialed and pushed data'); if (ArrayHelper::get($feedData, 'note')) { $api->add_note($response["data"]["cc_id"], ArrayHelper::get($feedData, 'fieldEmailAddress'), ArrayHelper::get($feedData, 'note')); } } else { $error = is_wp_error($response) ? $response->get_error_messages() : __('API Error when submitting Data', 'fluentformpro'); do_action('fluentform/integration_action_result', $feed, 'failed', $error); } } protected function getApiClient() { $settings = get_option($this->optionKey); return new PlatformlyApi( $settings['apiKey'], $settings['projectId'] ); } }