> ## 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.

# Front

## What's supported

### Supported actions

This connector supports:

* [Read Actions](/read-actions), including full historic backfill and incremental read for `contacts` only.
* [Write Actions](/write-actions).
* [Proxy Actions](/proxy-actions), using the base URL `https://api2.frontapp.com`.

### Supported Objects

The Front connector supports reading from the following objects:

* [accounts](https://dev.frontapp.com/reference/list-accounts)
* [channels](https://dev.frontapp.com/reference/channels)
* [contacts](https://dev.frontapp.com/reference/contacts)
* [contact\_lists](https://dev.frontapp.com/reference/contact-lists)
* [conversations](https://dev.frontapp.com/reference/conversations)
* [events](https://dev.frontapp.com/reference/events)
* [inboxes](https://dev.frontapp.com/reference/inboxes)
* [knowledge\_bases](https://dev.frontapp.com/reference/knowledge-bases)
* [links](https://dev.frontapp.com/reference/links)
* [rules](https://dev.frontapp.com/reference/rules)
* [message\_templates](https://dev.frontapp.com/reference/message-templates)
* [message\_template\_folders](https://dev.frontapp.com/reference/list-folders)
* [tags](https://dev.frontapp.com/reference/tags)
* [teammates](https://dev.frontapp.com/reference/teammates)
* [teammate\_groups](https://dev.frontapp.com/reference/teammate-groups)
* [teams](https://dev.frontapp.com/reference/teams)

The Front connector supports writing to the following objects:

* [accounts](https://dev.frontapp.com/reference/list-accounts)
* [contacts](https://dev.frontapp.com/reference/contacts)
* [contact\_lists](https://dev.frontapp.com/reference/contact-lists)
* [conversations](https://dev.frontapp.com/reference/conversations)
* [inboxes](https://dev.frontapp.com/reference/inboxes)
* [channels](https://dev.frontapp.com/reference/channels)
* [comments](https://dev.frontapp.com/reference/comments)
* [knowledge\_bases](https://dev.frontapp.com/reference/knowledge-bases)
* [links](https://dev.frontapp.com/reference/links)
* [message\_templates](https://dev.frontapp.com/reference/message-templates)
* [message\_template\_folders](https://dev.frontapp.com/reference/list-folders)
* [shifts](https://dev.frontapp.com/reference/shifts)
* [tags](https://dev.frontapp.com/reference/tags)
* [teammate\_groups](https://dev.frontapp.com/reference/teammate-groups)
* [teammate](https://dev.frontapp.com/reference/teammates)
* [signatures](https://dev.frontapp.com/reference/get-signatures)

### Example integration

For an example manifest file of an Front integration, visit our [samples repo on Github](https://github.com/amp-labs/samples/blob/main/front/amp.yaml).

## Before You Get Started

### Creating an API key for Front

[Click here](https://dev.frontapp.com/docs/create-and-revoke-api-tokens) for more information about generating an API key for Front. The UI components will display this link, so that your users can successfully create API keys.

## Using the connector

This connector uses API Key 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 Front:

* Create a manifest file like the [example](https://github.com/amp-labs/samples/blob/main/front/amp.yaml).
* Deploy it using the [amp CLI](/cli/overview).
* If you are using Read Actions, create a [destination](/destinations).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component. The UI component will prompt the customer for an API key.
* Start using the connector!
  * If your integration has [Read Actions](/read-actions), you'll start getting webhook messages.
  * If your integration has [Write Actions](/write-actions), you can start making API calls to our Write API.
  * If your integration has [Proxy Actions](/proxy-actions), you can start making Proxy API calls.
