{"id":235668,"date":"2025-07-15T20:35:39","date_gmt":"2025-07-15T20:35:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/streamline-connect\/"},"modified":"2025-10-30T01:55:19","modified_gmt":"2025-10-30T01:55:19","slug":"streamline-connect","status":"publish","type":"plugin","link":"https:\/\/cn.wordpress.org\/plugins\/streamline-connect\/","author":23298052,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.8.5","requires":"5.0","requires_php":"","requires_plugins":null,"header_name":"Streamline Connect","header_author":"","header_description":"Streamline integration plugin for WordPress","assets_banners_color":"","last_updated":"2025-10-30 01:55:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":268,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"sebaponce","date":"2025-10-30 01:55:19"}},"upgrade_notice":{"1.0.0":"<p>Initial release<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3386764,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3386764,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":3386764,"resolution":false,"location":"assets","locale":false}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2353,2364,238998],"plugin_category":[],"plugin_contributors":[244980],"plugin_business_model":[],"class_list":["post-235668","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-chatbot","plugin_tags-voiceflow","plugin_contributors-sebaponce","plugin_committers-sebaponce"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/streamline-connect\/assets\/icon.svg?rev=3386764","icon":"https:\/\/ps.w.org\/streamline-connect\/assets\/icon.svg?rev=3386764","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Streamline Connect is a WordPress plugin that allows you to seamlessly integrate your Voiceflow AI assistants into your WordPress website. The plugin provides a simple interface to manage your assistants and their configurations.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Connect multiple Voiceflow AI assistants<\/li>\n<li>Manage assistant configurations<\/li>\n<li>License management system<\/li>\n<li>Easy-to-use admin interface<\/li>\n<\/ul>\n\n<h3>Security Features<\/h3>\n\n<p>StreamlineConnect implements comprehensive security measures to protect your WordPress site:<\/p>\n\n<p><strong>Nonce Protection:<\/strong>\n* All AJAX requests require valid WordPress nonces for verification\n* Process page access requires assistant-specific nonces for enhanced security\n* Fresh nonce generation system prevents replay attacks\n* Different nonce actions for different functionality (payments, licenses, admin operations)<\/p>\n\n<p><strong>Permission Validation:<\/strong>\n* All administrative functions require 'manage_options' capability\n* User authentication required for payment processing\n* Database operations are restricted to authorized users only\n* Rate limiting on data processing endpoints (10 requests per minute per user)<\/p>\n\n<p><strong>Input Sanitization:<\/strong>\n* All user inputs are sanitized using WordPress standards\n* Recursive sanitization for complex data structures\n* SQL injection prevention through prepared statements\n* XSS protection on all output<\/p>\n\n<p><strong>Performance Security:<\/strong>\n* Security checks only run when necessary to prevent performance degradation\n* Early exit strategies for non-plugin pages\n* Conditional nonce validation based on operation type\n* Transient caching for rate limiting<\/p>\n\n<p><strong>Data Protection:<\/strong>\n* All database queries use WordPress prepared statements\n* Sensitive operations require multiple validation layers\n* Assistant IDs validated against database before operations\n* Domain validation for local development detection<\/p>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to external third-party services to provide AI assistant functionality, subscription management, and payment processing. Below is a comprehensive disclosure of all external services used:<\/p>\n\n<p><strong>1. Streamline Services API (wp-api.streamline.services)<\/strong>\n- <strong>Purpose:<\/strong> Core subscription management, license validation, billing processing, and AI assistant interaction routing\n- <strong>What data is sent:<\/strong> \n  - Domain name and website URL\n  - User information (first name, last name, email address)\n  - Billing address information (street address, city, state, postal code, country)\n  - Payment information (processed securely, not stored by plugin)\n  - License keys and subscription status\n  - AI assistant configuration data and interaction logs\n- <strong>When data is sent:<\/strong>\n  - During subscription creation and management\n  - License activation and periodic validation checks\n  - Every AI assistant interaction and conversation\n  - Billing status verification (automatic background checks)\n- <strong>Service Provider:<\/strong> Streamline Services\n- <strong>Privacy Policy:<\/strong> <a href=\"https:\/\/streamline.services\/privacy\">https:\/\/streamline.services\/privacy<\/a>\n- <strong>Terms of Service:<\/strong> <a href=\"https:\/\/streamline.services\/terms\">https:\/\/streamline.services\/terms<\/a><\/p>\n\n<p><strong>Specific API Endpoints:<\/strong>\n- <code>https:\/\/wp-api.streamline.services\/api\/subscriptions<\/code> - Create and manage subscription plans\n- <code>https:\/\/wp-api.streamline.services\/api\/subscriptions\/by-domain<\/code> - Check subscription status by domain\n- <code>https:\/\/wp-api.streamline.services\/api\/voiceflow\/trigger<\/code> - Process AI assistant interactions<\/p>\n\n<p><strong>2. Voiceflow API (voiceflow.com)<\/strong>\n- <strong>Purpose:<\/strong> AI conversation processing and chatbot response generation (accessed through Streamline Services proxy)\n- <strong>What data is sent:<\/strong>\n  - User messages and conversation history\n  - Assistant API keys and configuration\n  - Session data and conversation context\n- <strong>When data is sent:<\/strong> Every time a user interacts with an AI assistant\n- <strong>Service Provider:<\/strong> Voiceflow Inc.\n- <strong>Privacy Policy:<\/strong> <a href=\"https:\/\/www.voiceflow.com\/privacy\">https:\/\/www.voiceflow.com\/privacy<\/a>\n- <strong>Terms of Service:<\/strong> <a href=\"https:\/\/www.voiceflow.com\/terms\">https:\/\/www.voiceflow.com\/terms<\/a><\/p>\n\n<p><strong>Data Processing Notes:<\/strong>\n- All data transmission occurs over secure HTTPS connections\n- User interaction data is processed to provide AI responses and improve service quality\n- Billing information is handled securely and not permanently stored by the plugin\n- License validation occurs automatically to ensure service compliance\n- No sensitive WordPress database information is transmitted to external services<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>streamlineconnect<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to the Streamline Connect settings page to configure your assistants<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20get%20my%20voiceflow%20api%20key%3F'><h3>How do I get my Voiceflow API key?<\/h3><\/dt>\n<dd><p>You can obtain your API key from the Voiceflow dashboard under the Integrations tab.<\/p><\/dd>\n<dt id='can%20i%20use%20multiple%20assistants%3F'><h3>Can I use multiple assistants?<\/h3><\/dt>\n<dd><p>Yes, you can connect and manage multiple Voiceflow AI assistants through the plugin.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Connect your Voiceflow AI assistants to WordPress with ease.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/235668","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=235668"}],"author":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sebaponce"}],"wp:attachment":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=235668"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=235668"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=235668"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=235668"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=235668"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=235668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}