Check the result in FleekDash
Open Dashboard and look at the Growth Score card; the value should increase when new events are recorded.
Open the Growth Score sheet and check Events configuration: your custom event total occurrences (and last occurrence) should update.
Go to Growth Achievements (#/dashboard/achievements) to see progress and milestones driven by that event.
Example: Shopify sale as a Growth event
In FleekDash: Create a Custom event named Shopify Sale, e.g. 10 points per event. Note the event ID (e.g. 42).
In Shopify (or Zapier/Make): Configure a webhook or automation for Order paid or Order created.
In your automation: Send a POST to https://yoursite.com/wp-json/fleekdash/v1/growth-meter/events/42/record with the same auth your FleekDash admin uses (e.g. application password or cookie-based auth if the request is made from a context that has it).
In FleekDash: Each time the webhook runs, one Shopify Sale occurrence is recorded and your Growth Score increases by 10 (or whatever points you set).
You can repeat the same pattern for Gumroad, Stripe, Typeform, HubSpot, or any system that can trigger an HTTP POST.
Tips
Auth: The record endpoint uses the same authentication as the rest of FleekDash. For server-to-server or Zapier, use an Application Password (WordPress) or another auth method your setup supports so the POST is accepted.
One event type per source (optional): You can use one Custom event External Sale for all platforms, or create separate events (e.g. Shopify Sale, Gumroad Sale) and give different points per event to weight them.
Testing: Use a tool like Postman or curl to send a test POST to .../events/{id}/record and then refresh the Growth Score sheet to confirm the occurrence count increased.
Rate limits: If you send very high volume, ensure your server and WordPress can handle the requests; normal sales/conversion volumes are fine.
See also
Understanding Growth Score – What the score is, how it is calculated, and all options (REST, PHP, Advanced use, webhook).
Growth Tracker – Achievements page, events configuration, and APIs.
You are done. You can now send sales and conversions from any external platform into FleekDash so your Growth Score and achievements reflect all your growth.