{"id":333805,"date":"2026-06-30T09:51:00","date_gmt":"2026-06-30T09:51:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/closehub-connector\/"},"modified":"2026-06-30T09:50:44","modified_gmt":"2026-06-30T09:50:44","slug":"closehub-connector","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/closehub-connector\/","author":20355766,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"6.4","requires_php":"8.1","requires_plugins":null,"header_name":"CloseHub Connector","header_author":"Close Marketing","header_description":"Connect your WordPress site to CloseHub with a single API key. Exposes secure endpoints for posts, WooCommerce, and Gravity Forms.","assets_banners_color":"","last_updated":"2026-06-30 09:50:44","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/closemarketing\/closehub-connector","header_author_uri":"https:\/\/close.marketing","rating":0,"author_block_rating":0,"active_installs":0,"downloads":32,"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":"closetechnology","date":"2026-06-30 09:50:44"}},"upgrade_notice":{"1.0.0":"<p>Initial release \u2014 no upgrade steps required.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Settings page showing the Site URL, API key, and available endpoints.","2":"Regenerate Key button with confirmation notice."}},"plugin_section":[],"plugin_tags":[1556,269564,1655,597,286],"plugin_category":[42,45],"plugin_contributors":[210094,131625],"plugin_business_model":[],"class_list":["post-333805","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-closehub","plugin_tags-gravity-forms","plugin_tags-integration","plugin_tags-woocommerce","plugin_category-contact-forms","plugin_category-ecommerce","plugin_contributors-closetechnology","plugin_contributors-davidperez","plugin_committers-closetechnology"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/closehub-connector.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>CloseHub Connector replaces the multiple credentials previously required to link a WordPress site with <a href=\"https:\/\/close.marketing\/closehub\/\">CloseHub<\/a> \u2014 a marketing project management platform.<\/p>\n\n<p>Once the plugin is activated, it generates a secure API key and exposes a dedicated REST API namespace (<code>\/wp-json\/closehub\/v1\/<\/code>) that CloseHub uses to interact with your site.<\/p>\n\n<p><strong>What it replaces:<\/strong><\/p>\n\n<ul>\n<li>WordPress Application Password (username + password)<\/li>\n<li>WooCommerce REST API consumer key and consumer secret<\/li>\n<li>Gravity Forms API key<\/li>\n<\/ul>\n\n<p><strong>You only need to share two things with CloseHub:<\/strong><\/p>\n\n<ol>\n<li>Your site URL<\/li>\n<li>The generated API key (found at Settings \u2192 CloseHub)<\/li>\n<\/ol>\n\n<p><strong>Available endpoints:<\/strong><\/p>\n\n<ul>\n<li><code>GET \/closehub\/v1\/ping<\/code> \u2014 verify the connection<\/li>\n<li><code>POST \/closehub\/v1\/posts<\/code> \u2014 publish or draft a post<\/li>\n<li><code>GET \/closehub\/v1\/woocommerce\/orders<\/code> \u2014 fetch order data (requires WooCommerce)<\/li>\n<li><code>GET \/closehub\/v1\/gravity-forms\/forms<\/code> \u2014 list forms (requires Gravity Forms)<\/li>\n<li><code>GET \/closehub\/v1\/gravity-forms\/forms\/{id}<\/code> \u2014 get form details<\/li>\n<li><code>GET \/closehub\/v1\/gravity-forms\/forms\/{id}\/entries<\/code> \u2014 count form entries by date range<\/li>\n<\/ul>\n\n<p>WooCommerce and Gravity Forms endpoints return a clear error if those plugins are not active \u2014 they are not required.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>closehub-connector<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> screen in WordPress admin.<\/li>\n<li>Go to <strong>Settings \u2192 CloseHub<\/strong>.<\/li>\n<li>Copy the <strong>Site URL<\/strong> and <strong>API Key<\/strong> shown on that page.<\/li>\n<li>Paste both values into CloseHub under your project's WordPress connection settings.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20find%20my%20api%20key%3F\"><h3>Where do I find my API key?<\/h3><\/dt>\n<dd><p>Go to <strong>Settings \u2192 CloseHub<\/strong> in your WordPress admin. The key is displayed there along with a copy button.<\/p><\/dd>\n<dt id=\"can%20i%20regenerate%20the%20api%20key%3F\"><h3>Can I regenerate the API key?<\/h3><\/dt>\n<dd><p>Yes. Click <strong>Regenerate Key<\/strong> on the Settings \u2192 CloseHub page. The old key stops working immediately \u2014 update CloseHub with the new key right away.<\/p><\/dd>\n<dt id=\"do%20i%20need%20woocommerce%20or%20gravity%20forms%20installed%3F\"><h3>Do I need WooCommerce or Gravity Forms installed?<\/h3><\/dt>\n<dd><p>No. Both are optional. If they are not active, those endpoints return a <code>503<\/code> response with a clear message instead of crashing.<\/p><\/dd>\n<dt id=\"how%20is%20the%20api%20key%20secured%3F\"><h3>How is the API key secured?<\/h3><\/dt>\n<dd><p>The key is stored in <code>wp_options<\/code> (never exposed on the frontend), transmitted only via HTTPS, and verified using constant-time comparison (<code>hash_equals<\/code>) to prevent timing attacks. It is never logged or included in REST responses.<\/p><\/dd>\n<dt id=\"can%20i%20use%20this%20plugin%20on%20a%20multisite%20network%3F\"><h3>Can I use this plugin on a multisite network?<\/h3><\/dt>\n<dd><p>The plugin works on individual sites within a multisite network. Each site generates and manages its own API key independently.<\/p><\/dd>\n<dt id=\"is%20this%20plugin%20affiliated%20with%20woocommerce%20or%20gravity%20forms%3F\"><h3>Is this plugin affiliated with WooCommerce or Gravity Forms?<\/h3><\/dt>\n<dd><p>No. It integrates with those plugins using their public PHP APIs but is not developed, endorsed, or supported by WooCommerce or Gravity Forms.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Single API key replaces WordPress Application Password, WooCommerce REST credentials, and Gravity Forms API key.<\/li>\n<li>Endpoints: ping, posts, woocommerce\/orders, gravity-forms\/forms.<\/li>\n<li>Admin settings page at Settings \u2192 CloseHub with copy buttons and regenerate key action.<\/li>\n<\/ul>","raw_excerpt":"Connect your WordPress site to CloseHub with a single API key in order to send statistics.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/333805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=333805"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/closetechnology"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=333805"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=333805"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=333805"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=333805"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=333805"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=333805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}