Attentive
Introduction
The Attentive connector lets you authenticate to Attentive using an API key. This connector is currently under development: credential validation is supported, but loading data to Attentive is not yet available.
Setup
- In Attentive, generate an API key with access to the Events API.
- Copy the API key for use in the connector configuration.
Authentication
This connector authenticates with Bearer token authentication using your Attentive API key.
During credential validation, the connector makes a request to:
GET https://api.attentivemobile.com/v1/events/custom
If the request fails, the connector reports a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Attentive API key used as a Bearer token for API requests. |
Streams / Sync behavior
This connector is a destination (Reverse ETL). It does not expose source streams.
Current limitations
- Loading is not yet implemented. Runs will fail if you attempt to load data to Attentive because destination loading is still in development.