Userflow
Overview
The Userflow connector is a destination for sending data into Userflow via the Userflow API.
At this time, the connector supports credential validation (testing your API key). Loading data is still in development and is not yet available for production use.
Setup
- In Userflow, create or obtain an API key.
- In your workspace, add a new Userflow destination.
- Paste the API key into the destination configuration.
Authentication
This destination authenticates using a Userflow API key sent as an HTTP header:
- Header:
x-api-key: <api_key>
During connection testing, the connector validates credentials by calling the Userflow API.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Userflow API key used to authenticate requests (sent as the x-api-key header). |
Streams / Objects
This is a destination connector, so it does not expose source streams.
Current limitations
- Data loading is not implemented yet. Runs will fail with a message indicating that Userflow destination loading is still in development.
- Only credential validation is currently supported.
Hashing and normalization
This destination does not currently expose field-level hashing options.
Data contract
Not available yet. The set of supported objects/fields and mapping behavior will be documented once loading is implemented.