---
title: Pipeliner API Integration on Truto
slug: pipeliner
category: CRM
canonical: "https://truto.one/integrations/detail/pipeliner/"
---

# Pipeliner API Integration on Truto



**Category:** CRM  
**Status:** Generally available

## Unified APIs

### Unified CRM API

- **Accounts** — The accounts represent a company in a CRM.
- **Contacts** — The contacts represent an existing point of contact at a company in a CRM.
- **Engagement Types** — The engagement types represent an interaction activity in a CRM.
- **Engagements** — The engagements represent an interaction noted in a CRM.
- **Leads** — The leads represent a potential customer in a CRM.
- **Notes** — The notes represent a note on another object in a CRM.
- **Opportunities** — The opportunities represent an opportunity in a CRM.
- **Pipelines** — 
- **Projects** — 
- **Stages** — The stages represent a stage of an opportunity in a CRM.
- **Users** — The users represent a user in a CRM.

### Unified User Directory API

- **Users** — The User object represents a User.

## How it works

1. **Link your customer's Pipeliner account.** Use Truto's frontend SDK; we handle every OAuth and API key flow so you don't need to create the OAuth app.
2. **Authentication is automatic.** Truto refreshes tokens, stores credentials securely, and injects them into every API request.
3. **Call Truto's API to reach Pipeliner.** The Proxy API is a 1-to-1 mapping of the Pipeliner API.
4. **Get a unified response format.** Every response uses a single shape, with cursor-based pagination and data in the `result` field.

## Use cases

- **Log sales engagement activity directly into Pipeliner's visual timeline** — If you build a dialer, email sequencer, or outbound tool, your users expect call logs, email interactions, and meeting notes to appear natively on Pipeliner's Feeds tab. Integrating via Truto lets you push Engagements and Notes to the right Contact or Account without building against Pipeliner's API directly.
- **Sync leads and contacts from prospecting tools into Pipeliner** — Lead enrichment and prospecting platforms need to push newly discovered contacts and firmographic data into their customers' CRM. With Truto's Unified CRM API, you can create and update Leads, Contacts, and Accounts in Pipeliner while correctly assigning ownership by querying Users first.
- **Automate deal progression from proposal or CPQ software** — Proposal and eSignature tools need to read Opportunity details to auto-fill contracts, then update the Stage and deal status when a document is signed. Offering a native Pipeliner integration lets your users close the loop without manual CRM updates.
- **Surface pipeline and account context inside support or success tools** — Customer support and success platforms can query Pipeliner Accounts, Opportunities, and Notes via Truto to give agents real-time deal context — helping them understand revenue at risk or upsell potential without leaving their own product.
- **Trigger marketing workflows based on CRM pipeline changes** — Marketing automation platforms can listen for new Leads or Opportunity stage changes in Pipeliner to enroll prospects in nurture sequences, adjust lead scores, or alert reps — keeping marketing and sales tightly aligned.

## What you can build

- **Automatic call and meeting logging** — Push call recordings, transcription summaries, and meeting outcomes as Engagements and Notes onto the correct Pipeliner Contact or Account record after every interaction.
- **Bi-directional lead sync with owner assignment** — Create or update Leads in Pipeliner with correct Owner mapping by first resolving the assigned sales rep via the Users API, ensuring records appear on the right rep's dashboard.
- **Deal-stage automation on document signature** — Read Opportunity and Pipeline/Stage data to populate proposals, then automatically advance the Opportunity to Closed/Won and attach the signed document as a Note when the buyer signs.
- **Live account health dashboard for support agents** — Fetch Accounts, Opportunities, and recent Notes from Pipeliner to display deal value, pipeline stage, and latest sales activity inline within your support or success product.
- **Post-sale project handoff** — When an Opportunity is marked as won, automatically create a corresponding Project in Pipeliner with the relevant Contacts and Account details to kick off onboarding or delivery workflows.
- **Pipeline-aware lead scoring** — Query Pipelines, Stages, and Opportunities to factor deal velocity and stage progression into your platform's lead or account scoring models, giving marketing teams CRM-informed prioritization.

## FAQs

### Which Truto Unified APIs cover Pipeliner?

Pipeliner is supported through Truto's Unified CRM API (Accounts, Contacts, Engagement Types, Engagements, Leads, Notes, Opportunities, Pipelines, Projects, Stages, Users) and Unified User Directory API (Users). Specific tools are built on request — contact Truto to enable them for your workspace.

### How does authentication work for Pipeliner integrations through Truto?

Truto manages the full auth flow for your end users connecting their Pipeliner accounts. Pipeliner's API supports API key and OAuth-based authentication, and Truto abstracts the credential storage, token refresh, and connection management so you don't have to build it yourself.

### Why do I need to query Users before creating Leads or Opportunities?

Pipeliner assigns records to 'Owners' identified by user ID and default unit. If you push a Lead or Opportunity without a valid Owner mapping, the record won't appear correctly on the rep's visual dashboard. Query the Users endpoint first to resolve the correct owner.

### Does Truto handle Pipeliner's pagination and rate limits?

Yes. Truto handles pagination and rate-limit management automatically across all API calls, so you get consistent responses regardless of Pipeliner's underlying API behavior or result-set size.

### Can I read a customer's specific pipeline stages from Pipeliner?

Yes. The Unified CRM API exposes Pipelines and Stages as separate resources, so you can query your end user's specific sales methodology and stage definitions to build logic around deal progression, validation, or reporting.

### Are Pipeliner-specific tools available today or built on request?

Pipeliner tools are currently built on request. The Unified CRM API and Unified User Directory API resources listed are the supported abstraction layer. Reach out to Truto to prioritize specific tools or custom endpoints for your use case.
