Skip to content

Other Connectors

All of these start the same way: Settings → Connectors → New connector, then pick the system. Only the authorisation step differs.

Works like Xero: sign in to MYOB, allow access, then choose the company file to connect. Brings in invoices, contacts and payments.

HubSpot uses a private app token rather than a sign-in:

  1. In HubSpot go to Settings → Integrations → Private Apps and create an app with read scopes for contacts, companies, deals, tickets, products, orders and projects.
  2. Copy the token.
  3. In Sprint Satellite choose HubSpot, paste the token, and connect.

HubSpot records are joined to your accounting data by company and contact, so Chat can answer questions that span both.

Mirrors selected tables from MySQL, PostgreSQL or SQL Server.

  1. Choose SQL Database and enter the host, port, database and a read-only user.
  2. Optionally connect through an SSH tunnel - paste the private key or upload the file.
  3. Click Inspect to list the tables, tick the ones to mirror, and connect.

The SQL Database connector form with the table picker

Mirrored tables appear in Chat and the Data explorer under the connector’s name.

Pulls selected endpoints of any REST/JSON API.

  1. Choose Custom API, enter the base URL and the API’s authentication (header, bearer token or basic auth).
  2. Either probe the API live or import an OpenAPI / Swagger / Postman spec to list its endpoints.
  3. Tick the endpoints to ingest and connect.

For a spreadsheet export, or data that lives nowhere else.

  1. Choose CSV Upload and pick the file.
  2. Sprint Satellite detects the header row - including two-row headers where a group heading spans several columns - and types each column.
  3. Map the columns onto an existing entity (say, invoices) or keep them as a table of their own.

The CSV upload column mapping

One CSV connector holds every file you upload to it, so you can keep adding monthly exports to the same table.