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-tokenheader)
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
| Field | Type | Required | Description |
|---|---|---|---|
service_id | string | ✅ | Your Totango Service ID. |
api_key | string | ✅ | Your 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.