Skip to content

Hubspot

HubSpot is a customer relationship management platform offering marketing, sales and customer service tools.

The Hubspot application allows you to retrieve the Hubspot services availability. Options

  • Name*: Just a simple label to find it easier in the SenHub's interface
  • Description: Description for your own usage only.
  • Group: optional — assign this instance to a group to organise it within SenHub.

Example output

The connector scrapes the HubSpot status page and returns one channel per service component, the value being that component's current status text:

{
  "metrics": [
    { "channel": "CRM", "value": "Operational" },
    { "channel": "Marketing Email", "value": "Operational" },
    { "channel": "Analytics & Dashboards", "value": "Partial Outage" },
    { "channel": "Automation", "value": "Operational" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}