# Overloop — Pipedream Connect

> All-in-one CRM & Sales Automation Platform

- API slug: `overloop` (use in MCP headers and tool keys)
- Auth: API key (Pipedream-managed)
- Categories: CRM
- Website: https://overloop.com/
- This page (HTML): https://pipedream.com/apps/overloop
- Tools: 23 actions · 13 triggers

## Connect via MCP (recommended)

- Endpoint: `https://remote.mcp.pipedream.net/v3`
- Headers: `Authorization: Bearer <token>` · `x-pd-project-id` · `x-pd-environment` · `x-pd-external-user-id` · `x-pd-app-slug: overloop`

```ts
import { Client } from "@modelcontextprotocol/sdk/client/index.js"
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js"
import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const accessToken = await pd.rawAccessToken

const transport = new StreamableHTTPClientTransport(
  new URL("https://remote.mcp.pipedream.net/v3"),
  {
    requestInit: {
      headers: {
        Authorization: `Bearer ${accessToken}`,
        "x-pd-project-id": process.env.PIPEDREAM_PROJECT_ID!,
        "x-pd-environment": "production",
        "x-pd-external-user-id": "{external_user_id}", // any stable ID for this user in your system
        "x-pd-app-slug": "overloop",
      },
    },
  },
)

const mcp = new Client({ name: "my-agent", version: "1.0.0" })
await mcp.connect(transport)

const { tools } = await mcp.listTools()

// e.g. run Add Contact to Campaign:
const result = await mcp.callTool({
  name: "overloop-add-contact-to-campaign",
  arguments: {
    contactId: "Contact ID",
    campaignId: "Campaign ID",
  },
})
```

Docs: [MCP guide](https://pipedream.com/docs/connect/mcp/developers.md)

## API proxy

For a Overloop endpoint with no pre-built tool, the proxy forwards your request with the connected user's credentials attached.

```bash
# The path segment is the target URL, URL-safe base64 encoded:
# https://api.overloop.com/public/v1/organizations

curl "https://api.pipedream.com/v1/connect/{project_id}/proxy/aHR0cHM6Ly9hcGkub3Zlcmxvb3AuY29tL3B1YmxpYy92MS9vcmdhbml6YXRpb25z?external_user_id={external_user_id}&account_id=apn_xxxxxxx" \
  -H "Authorization: Bearer {access_token}" \
  -H "x-pd-environment: production"
```

Docs: [API proxy guide](https://pipedream.com/docs/connect/api-proxy.md)

## SDK

```ts
import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "overloop-add-contact-to-campaign",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    overloop: { authProvisionId: "apn_xxxxxxx" },
    contactId: "Contact ID",
    campaignId: "Campaign ID",
  },
})
```

Docs: [Managed auth guide](https://pipedream.com/docs/connect/managed-auth/quickstart.md) · [Tools guide](https://pipedream.com/docs/connect/components.md)

## Actions (23)

### `overloop-add-contact-to-campaign` — Add Contact to Campaign (Write)

Adds a contact to a campaign. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/add-contact-to-campaign.md

### `overloop-create-contact` — Create Contact (Write)

Creates a new contact. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/create-contact.md

### `overloop-create-deal` — Create Deal (Write)

Creates a new deal. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/create-deal.md

### `overloop-create-organization` — Create Organization (Write)

Creates a new organization. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/create-organization.md

### `overloop-enroll-contact` — Enroll Contact (Write)

Enroll a contact in a workflow. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/enroll-contact.md

### `overloop-enroll-deal` — Enroll Deal (Write)

Enroll a deal in a workflow. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/enroll-deal.md

### `overloop-enroll-organization` — Enroll Organization (Write)

Enroll an organization in a workflow. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/enroll-organization.md

### `overloop-exclude-contact` — Exclude Contact (Write)

Add a contact to the exclusion list. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/exclude-contact.md

### `overloop-get-contact` — Get Contact (Read-only)

Retrieves a contact by id. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/get-contact.md

### `overloop-get-deal` — Get Deal (Read-only)

Retrieves a deal by id. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/get-deal.md

### `overloop-get-organization` — Get Organization (Read-only)

Retrieves an organization by id. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/get-organization.md

### `overloop-list-contact-id-options` — List Contact ID Options (Read-only)

Retrieves available options for the Contact ID field.

Full schema: https://pipedream.com/apps/overloop/actions/list-contact-id-options.md

### `overloop-list-deal-id-options` — List Deal ID Options (Read-only)

Retrieves available options for the Deal ID field.

Full schema: https://pipedream.com/apps/overloop/actions/list-deal-id-options.md

### `overloop-list-list-names-options` — List List Names Options (Read-only)

Retrieves available options for the List Names field.

Full schema: https://pipedream.com/apps/overloop/actions/list-list-names-options.md

### `overloop-list-organization-id-options` — List Organization ID Options (Read-only)

Retrieves available options for the Organization ID field.

Full schema: https://pipedream.com/apps/overloop/actions/list-organization-id-options.md

### `overloop-list-stage-id-options` — List Stage ID Options (Read-only)

Retrieves available options for the Stage ID field.

Full schema: https://pipedream.com/apps/overloop/actions/list-stage-id-options.md

### `overloop-list-user-id-options` — List User ID Options (Read-only)

Retrieves available options for the User ID field.

Full schema: https://pipedream.com/apps/overloop/actions/list-user-id-options.md

### `overloop-mark-deal-lost` — Mark Deal as Lost (Write)

Marks a deal as lost. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/mark-deal-lost.md

### `overloop-mark-deal-won` — Mark Deal as Won (Write)

Marks a deal as won. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/mark-deal-won.md

### `overloop-move-deal` — Move Deal (Write)

Moves a deal. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/move-deal.md

### `overloop-update-contact` — Update Contact (Write)

Creates a new contact. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/update-contact.md

### `overloop-update-deal` — Update Deal (Write)

Updates a deal. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/update-deal.md

### `overloop-update-organization` — Update Organization (Write)

Updates an organization. See the docs

Full schema: https://pipedream.com/apps/overloop/actions/update-organization.md

## Triggers (13)

### `overloop-new-campaign-created` — New Campaign Created (Polling)

Emit new event each time a campaign is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-campaign-created.md

### `overloop-new-contact-created` — New Contact Created (Polling)

Emit new event each time a contact is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-contact-created.md

### `overloop-new-contact-replied` — New Contact Replied (Polling)

Emit new event each time a contact replies to an email or LinkedIn message. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-contact-replied.md

### `overloop-new-deal-created` — New Deal Created (Polling)

Emit new event each time a deal is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-deal-created.md

### `overloop-new-deal-lost` — New Deal Lost (Polling)

Emit new event each time a deal is lost. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-deal-lost.md

### `overloop-new-deal-won` — New Deal Won (Polling)

Emit new event each time a deal is won. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-deal-won.md

### `overloop-new-exclusion-list-item-created` — New Exclusion List Item Created (Polling)

Emit new event each time an exclusion list item is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-exclusion-list-item-created.md

### `overloop-new-list-created` — New List Created (Polling)

Emit new event each time a list is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-list-created.md

### `overloop-new-organization-created` — New Organization Created (Polling)

Emit new event each time an organization is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-organization-created.md

### `overloop-new-pipeline-created` — New Pipeline Created (Polling)

Emit new event each time a list is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-pipeline-created.md

### `overloop-new-stage-created` — New Stage Created (Polling)

Emit new event each time a stage is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-stage-created.md

### `overloop-new-user-created` — New User Created (Polling)

Emit new event each time a user is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-user-created.md

### `overloop-new-workflow-created` — New Workflow Created (Polling)

Emit new event each time a workflow is created. See the docs

Full schema: https://pipedream.com/apps/overloop/triggers/new-workflow-created.md

---

- All apps: https://pipedream.com/apps — index: https://pipedream.com/llms.txt
- Pipedream docs for agents: https://pipedream.com/docs/llms.txt
