Blueshift
Blueshift is a customer data and cross-channel marketing engagement platform that unifies customer data into individual profiles and uses predictive intelligence to orchestrate personalized campaigns across email, mobile push, SMS, and other channels. Its REST API lets you read account configuration such as segments and product catalogs, ingest customer profiles and behavioral events, and keep catalog items in sync.

Power end-to-end data operations for your Blueshift API with Nexla. Our bi-directional Blueshift connector is purpose-built for Blueshift, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Blueshift or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Blueshift workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Blueshift credential, you need to obtain an API key from your Blueshift account. Blueshift authenticates API requests using HTTP Basic authentication, where your API key is sent as the username and the password is left empty.
To obtain your API key, sign in to the Blueshift app and navigate to Account Settings > API keys. Blueshift issues two types of keys on this page:
-
User API key — used for reading account configuration (such as segments and catalogs) and for writing customer profiles. This is the key to use when creating a Nexla credential, because the credential connection test reads from the
/catalogsendpoint. -
Event API key — used specifically for event ingestion endpoints. Event endpoints in Nexla assume the configured User API key also carries event-send permission for your account.
Copy the User API key value, as it is required to create the credential in Nexla. For complete information about generating and managing API keys, see the Blueshift API keys documentation. For details on how Blueshift applies HTTP Basic authentication, see the Blueshift authorization documentation.
Authenticate
Blueshift uses HTTP Basic authentication for all API requests. Nexla sends your API key as the Basic auth username with an empty password, which is the scheme Blueshift expects.
Create a credential in Nexla
-
After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter your Blueshift User API key in the API Key field. This is the key you obtained from Account Settings > API keys in the Blueshift app. Nexla uses this key to authenticate every request to the Blueshift API on your behalf.
Keep your API key secure and do not share it publicly, as it provides access to your Blueshift account data and should be treated as sensitive information. If your API key is compromised, regenerate it in the Blueshift app under Account Settings > API keys. For complete information about obtaining and managing API keys, see the Blueshift API keys documentation.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Blueshift connector tile, then select the credential that will be used to connect to the Blueshift account, and click Next; or, create a new Blueshift credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Blueshift endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Blueshift data sources can also be manually configured to ingest data from any valid Blueshift API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
Blueshift API endpoints follow the pattern https://api.getblueshift.com/api/v1/{endpoint_path}, and the Blueshift API returns data in JSON format. Authentication is handled automatically by your credential, which sends your API key using HTTP Basic authentication. For detailed information about Blueshift API endpoints and response formats, see the Blueshift API reference.
Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new Blueshift data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.
Use as a destination
Click the + icon on the Nexset that will be sent to the Blueshift destination, and select the Send to Destination option from the menu. Select the Blueshift connector from the list of available destination connectors, then select the credential that will be used to connect to the Blueshift account, and click Next; or, create a new Blueshift credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Blueshift endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Blueshift destinations can also be manually configured to send data to any valid Blueshift API endpoint. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.
Blueshift API endpoints follow the pattern https://api.getblueshift.com/api/v1/{endpoint_path} and use JSON format for request bodies. Authentication is handled automatically by your credential, which sends your API key using HTTP Basic authentication. For detailed information about Blueshift API endpoints and request formats, see the Blueshift API reference.
Save & activate
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured Blueshift endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Blueshift endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.