Heartly connects your WooCommerce store to the Heartly flash sales platform. Create time-limited sales with countdown timers, automatic checkout redirects, and real-time analytics — all from the Heartly dashboard.
WooCommerce store owners who want to run flash sales without touching code. You create the campaign in the Heartly dashboard, install this plugin once, and it handles the storefront logic.
This plugin connects to the Heartly platform (heartly.io) to function. The following external API calls are made:
heartly.io — Terms of Service | Privacy Policy
When
What is sent
Endpoint
Plugin activation / daily
Checkout URL, cart URL, locale, plugin version
heartly.io/api/woocommerce/settings/sync
Product price saved
Product ID, prices, variations
heartly.io/api/webhooks/woocommerce/product-updated
Order placed via flash sale
Flash sale ID (order metadata)
Stored locally — no external call at checkout
Plugin deactivated
Shop URL, timestamp
heartly.io/api/webhooks/woocommerce/deactivate
All requests use HMAC-SHA256 signatures for authentication. No customer personal data is transmitted.