To export data Confidence has the concept of “Connectors.” A connector takes events generated inside the Confidence platform (for example events specifying who got assigned to what experience) and forwards them to a destination. Configure connectors in the Admin panel in Confidence. Three types of connectors are available. Each connector forwards different kinds of data:Documentation Index
Fetch the complete documentation index at: https://confidence-auth-testing.mintlify.io/llms.txt
Use this file to discover all available pages before exploring further.
- Flag Applied Connectors - These connectors export the assignment data.
- Event Connectors - These connectors export event data ingested through the Confidence event sender SDKs.
- Platform Connectors - These connectors forwards internal events to the customer’s system. The events could for example be
MetricCalculationCompletedorWorkflowInstanceCreated.
Authentication Setup
Confidence tries to avoid storing credentials for the connector destinations whenever possible. Instead, every Confidence account gets a unique GCP service account that’s used to authenticate when writing to a destination. The procedure to configure the authentication differs between GCP and AWS. The next sections describe the authentication steps.- GCP
- AWS
- Create a service account with the required permissions
- On the Permissions tab for the service account you just created in the GCP console, grant access to the principal
account-<your-account-id>@spotify-confidence.iam.gserviceaccount.comto impersonate the account by adding the “Workload Identify User” role to it.

