CloseHub Connector replaces the multiple credentials previously required to link a WordPress site with CloseHub — a marketing project management platform.
Once the plugin is activated, it generates a secure API key and exposes a dedicated REST API namespace (/wp-json/closehub/v1/) that CloseHub uses to interact with your site.
What it replaces:
You only need to share two things with CloseHub:
Available endpoints:
GET /closehub/v1/ping — verify the connectionPOST /closehub/v1/posts — publish or draft a postGET /closehub/v1/woocommerce/orders — fetch order data (requires WooCommerce)GET /closehub/v1/gravity-forms/forms — list forms (requires Gravity Forms)GET /closehub/v1/gravity-forms/forms/{id} — get form detailsGET /closehub/v1/gravity-forms/forms/{id}/entries — count form entries by date rangeWooCommerce and Gravity Forms endpoints return a clear error if those plugins are not active — they are not required.