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

# Pipeliner

## What's supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://eu-central.api.pipelinersales.com`.

### Supported Objects

The Pipeliner connector supports writing to and reading from all 195 objects available within the Pipeliner API, including:

* [Accounts](https://pipeliner.stoplight.io/docs/api-docs/elt527zmm4t7z-account)
* [Account KPIs](https://pipeliner.stoplight.io/docs/api-docs/i4eiukx6ow3mg-account-kpi)
* [Activities](https://pipeliner.stoplight.io/docs/api-docs/mlkdfymyzgyal-activity)
* [Activity Comments](https://pipeliner.stoplight.io/docs/api-docs/52fjjbc6ati70-activity-comment)
* [API Accesses](https://pipeliner.stoplight.io/docs/api-docs/dit5z42yttr4t-api-access)
* [Appointments](https://pipeliner.stoplight.io/docs/api-docs/tdq08v2gpkuh6-appointment)
* [Appointment Schedules](https://pipeliner.stoplight.io/docs/api-docs/bfwixqvyout0g-appointment-schedule)
* [Approvals](https://pipeliner.stoplight.io/docs/api-docs/7ccaqcemtypdg-approval)
* [Calls](https://pipeliner.stoplight.io/docs/api-docs/mjyjv4a5b3stg-call)
* [Clients](https://pipeliner.stoplight.io/docs/api-docs/ze1uoa5rd5kew-client)
* [Cloud Objects](https://pipeliner.stoplight.io/docs/api-docs/1nxekntag985c-cloud-object)
* [Cloud Object Templates](https://pipeliner.stoplight.io/docs/api-docs/ohd4s54k5g5uo-cloud-object-template)
* [Contacts](https://pipeliner.stoplight.io/docs/api-docs/y823u6p018div-contact)
* [Data](https://pipeliner.stoplight.io/docs/api-docs/3my1sz5yg556x-data)
* [Data Relations](https://pipeliner.stoplight.io/docs/api-docs/kngvj3c7pgnvs-data-relation)
* [Emails](https://pipeliner.stoplight.io/docs/api-docs/04pfaheaosg5p-email)
* [Entities](https://pipeliner.stoplight.io/docs/api-docs/aut7fgwkmid6o-entity)
* [Fields](https://pipeliner.stoplight.io/docs/api-docs/hnuueunrms0ht-field)
* [Forecasts](https://pipeliner.stoplight.io/docs/api-docs/58tgf0wd5m13a-forecast)
* [FormViews](https://pipeliner.stoplight.io/docs/api-docs/7bsx03uaegxnd-form-view)
* [Leads](https://pipeliner.stoplight.io/docs/api-docs/10fn36vhvnwpt-lead)
* [Notes](https://pipeliner.stoplight.io/docs/api-docs/alos8ba6krg22-note)
* [Online Forms](https://pipeliner.stoplight.io/docs/api-docs/kkhpv5viecu6l-online-form)
* [Opportunities](https://pipeliner.stoplight.io/docs/api-docs/0wiyusit6ajet-opportunity)
* [Phones](https://pipeliner.stoplight.io/docs/api-docs/3jo5gp2m7fp8e-phone)
* [Pipelines](https://pipeliner.stoplight.io/docs/api-docs/9o7fias1do16v-pipeline)
* [Processes](https://pipeliner.stoplight.io/docs/api-docs/he5d4vh9wekkg-process)
* [Products](https://pipeliner.stoplight.io/docs/api-docs/69wlbhvsyt7hw-product)
* [Profiles](https://pipeliner.stoplight.io/docs/api-docs/osdd7b6kt8rb4-profile)
* [Projects](https://pipeliner.stoplight.io/docs/api-docs/2jrox8wxdgfca-project)
* [Quotes](https://pipeliner.stoplight.io/docs/api-docs/joav0xhmva6fi-quote)
* [Reports](https://pipeliner.stoplight.io/docs/api-docs/ll1lfl4ipyi92-report)
* [Sales Units](https://pipeliner.stoplight.io/docs/api-docs/1hu89yk8ksap3-sales-unit)
* [Steps](https://pipeliner.stoplight.io/docs/api-docs/190bhebglfl85-step)
* [Tags](https://pipeliner.stoplight.io/docs/api-docs/9rk7d1eyzf81t-tag)
* [Targets](https://pipeliner.stoplight.io/docs/api-docs/4lqi9jnjdlvpq-target)
* [Tasks](https://pipeliner.stoplight.io/docs/api-docs/0p6z0evhpta5x-task)
* [Text Messages](https://pipeliner.stoplight.io/docs/api-docs/n5k5pqrahrbc1-text-message)
* [Webhooks](https://pipeliner.stoplight.io/docs/api-docs/vjcbqy57drdrw-webhook)
* [Web Resources](https://pipeliner.stoplight.io/docs/api-docs/yp4ku0yx9315r-webresource)
* All other objects in [Pipeliner API](https://pipeliner.stoplight.io/docs/api-docs)

### Example integration

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

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

## 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 Pipeliner:

* 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://eu-central.api.pipelinersales.com`.
