> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blueshift

## What's supported

### Supported actions

This connector supports:

* [Read Actions](/read-actions), including full historic backfill. Please note that incremental read is not supported, a full read of the Blueshift instance will be done for each scheduled read.
* [Write Actions](/write-actions).
* [Proxy Actions](/proxy-actions), using the base URL `https://api.getblueshift.com/api`.

### Supported Objects

The Blueshift connector supports writing to and reading from the following objects:

* [campaigns](https://developer.blueshift.com/reference/get_api-v2-campaigns-json) (read only)
* [catalogs](https://developer.blueshift.com/reference/get_api-v1-catalogs) (read only)
* [customers](https://developer.blueshift.com/reference/post_api-v1-customers) (write only)
* [custom\_user\_lists/create](https://developer.blueshift.com/reference/post_api-v1-custom-user-lists-create)(write only)
* [email\_templates](https://developer.blueshift.com/reference/get_api-v1-email-templates-json) (read and write)
* [event](https://developer.blueshift.com/reference/post_api-v1-event)(write only)
* [external\_fetches](https://developer.blueshift.com/reference/get_api-v1-external-fetches-json) (read and write)
* [onsite\_slots](https://developer.blueshift.com/reference/get_api-v1-onsite-slots-json) (read only)
* [push\_templates](https://developer.blueshift.com/reference/get_api-v1-push-templates-json) (read and write)
* [seed\_lists](https://developer.blueshift.com/reference/get_api-v1-custom-user-lists-seed-lists) (read only)
* [segments/list](https://developer.blueshift.com/reference/get_api-v1-segments-list) (read only)
* [sms\_templates](https://developer.blueshift.com/reference/get_api-v1-sms-templates-json) (read and write)
* [tag\_contexts/list](https://developer.blueshift.com/reference/get_api-v1-tag-contexts-list)(read only)

## Using the connector

This connector uses Basic Auth, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)

To start integrating with Blueshift:

* Create a manifest file like the example above.
* Deploy it using the [amp CLI](/cli/overview).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component. The UI component will prompt the customer for their username and password.
* Start making [Proxy Calls](/proxy-actions), and Ampersand will automatically attach the correct header required by Basic Auth. Please note that this connector's base URL is `https://api.getblueshift.com/api`.
