Skip to content

Notion

Notion is a workspace application combining notes, task management, databases and wikis.

The Notion application allows you to retrieve the Notion services availability. Status information can be visualized from the Notion Status website.

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.
  • Resource Types*: The type of Notion resource you want to retrieve. The options are:

Example output

The connector scrapes the Notion status page and returns one metric per service component, where the channel is the component name and the value is its current status text (mapped to a numeric state by the sfs.atsn.servicestatus lookup: Operational=1, Partial Outage=2, Degraded Performance=3, Major Outage=4, Under Maintenance=5, Re-routed=6):

{
  "metrics": [
    { "channel": "Notion.so", "value": "Operational" },
    { "channel": "API", "value": "Operational" },
    { "channel": "Mobile Apps", "value": "Operational" }
  ],
  "message": "Metrics successfully retrieved.",
  "status": "OK",
  "date": 1725981405127
}