✨ New Feature Frenzy: Use code FRENZY-2026 at checkout for 20% off all subscriptions (Discount applied across entire subscription lifetime, new customers only)
Use this file to discover all available pages before exploring further.
StopWatch for HubSpot has been Certified by HubSpot since July 2024. According to HubSpot, “app certification involves the HubSpot Ecosystem Quality team reviewing and confirming that your listed app meets these requirements for security, privacy, reliability, performance, usability, accessibility, and value”.
This page provides an overview of our approach to data security, highlights the permissions that are required by our apps and demonstrates our apps’ data flows (including examples). If you have any questions about our approach to data security, please feel free to submit a support request.
In short, when you interact with our apps, secure HTTP requests are initiated from HubSpot to our app backend systems (hosted on GCP). Our systems then process these requests and respond accordingly.
When you install our apps, you are required to grant the given app permission to access certain data in your HubSpot Portal. We only request app permission scopes that our apps absolutely need in order to provide our features and services.
StopWatch for HubSpot
Utilities for HubSpot
Below are the required permission scopes requested by StopWatch for HubSpot at the time of install.
Below are the required permission scopes requested by Utilities for HubSpot at the time of install.
We store minimal data on our systems, the great majority of which is retained for a maximum of 30 days (for issue identification and resolution purposes). Our HubSpot app design philosophy ensures as much data as possible is stored directly in HubSpot.
App Cards
Example HubSpot Request
Example Request Body
{ "crm": { "objectId": 1234567890, // crm record id "objectTypeId": "0-1" // crm object type id }, "location": "crm.record.sidebar", // location of app card "extension": { "appId": 123456, // hubspot app id "appName": "StopWatch", // hubspot app name "cardTitle": "StopWatch" // app card title }, "user": { "id": 987654, // hubspot user id (person accessing the app card) "emails": [ "jane.doe@example.com.au", // hubspot user email(s) "jane.doe+example@example.com.au" ], "email": "jane.doe@example.com.au", // primary hubspot user email "firstName": "Jane", // hubspot user first name "lastName": "Doe", // hubspot user last name "roles": [], "teams": [], "locale": "en-au" // hubspot user language setting }, "portal": { "id": 1122334455, // hubspot portal id (aka hubid) "timezone": "Australia/Brisbane", // hubspot portal timezone setting "dataHostingLocation": "eu1" // hubspot portal hosting location }}