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

# SuperSend

## What's supported

### Supported actions

This connector supports:

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

### Example integration

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

```YAML theme={null}
# amp.yaml
specVersion: 1.0.0
integrations:
  - name: superSend-integration
    displayName: My SuperSend Integration
    provider: superSend
    proxy:
      enabled: true
```

## Using the connector

This connector uses **API Key authentication**, so you do not need to configure a Provider App before getting started. (Provider Apps are only required for providers using the **OAuth2 Authorization Code grant type**.)

To integrate with SuperSend:

* 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, which will prompt the customer for their API key.
* Start making [Proxy Calls](/proxy-actions), and Ampersand will automatically attach the API key supplied by the customer. Please note that this connector's base URL is `https://api.supersend.io`.

## Creating an API key for SuperSend

1. Log in to your [SuperSend account](https://app.supersend.io/).
2. Navigate to **Admin** > **System** tab.
3. Copy your API key from the settings.

<img src="https://mintcdn.com/ampersand-24eb5c1a/gSnscAJyyBIxHBmL/images/provider-guides/supersend-api-key.gif?s=3f219aa1e7dd5ad605c2f9d7763d06d8" alt="SuperSend API Key" width="1152" height="648" data-path="images/provider-guides/supersend-api-key.gif" />

For more details, see the [SuperSend Authentication documentation](https://docs.supersend.io/docs/authentication).
