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

# Livestorm

## What's supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL [https://api.livestorm.co](https://api.livestorm.co).

## Before You Get Started

To integrate Livestorm with Ampersand, you must register a Livestorm OAuth2 application. To do this, contact [help@livestorm.co](mailto:help@livestorm.co) and provide the following details:

* **Redirect URL**: Please provide a unique HTTPS redirect URL for your app. **Note** that dynamic URLs are not supported at this time.
* **App Logo**: Provide logo for your app. The image should be square with a maximum size of 500px x 500px.
* **Scope**: Specify the scope required for your app to function.

Once your application is registered, you will receive two credentials: **client\_id** and **client\_secret.** These credentials are required to connect Livestorm with Ampersand.

### Example integration

To define an integration for livestorm, create a manifest file that looks like this:

```YAML theme={null}
#amp.yaml
specVersion: 1.0.0
integrations: 
  - name: livestormIntegration
    displayName: Livestorm
    provider: livestorm
    proxy:
      enabled: true
```

## Add Your Livestorm App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to create a Livestorm integration.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/31a6a12-Ampersand.png?fit=max&auto=format&n=Bx3tggG51e0liOp-&q=85&s=7ebd893fd2a976ebe7cf8af53f8581b8" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/31a6a12-Ampersand.png" />

3. Select **Provider Apps**.

4. Select Livestorm from the **Provider** list.

5. Enter the previously obtained Client ID in the **Client ID** field, the Client Secret in the **Client Secret** field and scopes in the **Scopes** field.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/xjDXN-Vr1QbdihBU/images/provider-guides/livestorm.gif?s=9895919de8b2e79a1dbb3068eabeec15" alt="Ampersand Integration" width="788" height="608" data-path="images/provider-guides/livestorm.gif" />
