Skip to main content

Totango

Overview

The Totango connector is a destination connector.

At this time, the Totango destination is still in development: credentials can be validated, but loading/syncing data into Totango is not yet supported.

Authentication

Totango authentication uses:

  • Service ID
  • API key (sent as the app-token header)

During credential validation, the connector makes a request to Totango’s Accounts API:

  • GET https://api.totango.com/api/v1/accounts?service_id=<SERVICE_ID>&limit=1

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
service_idstringYour Totango Service ID.
api_keystringYour Totango API key (used as the app-token header).

Hashing and normalization

This destination connector does not currently expose field-level hashing.

Data contract

Not yet available. The Totango destination is still in development and does not currently load records.

Streams / objects

Not yet available. The Totango destination is still in development and does not currently write to Totango objects.