
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@robinpath/pipedrive
Advanced tools
Pipedrive module for RobinPath.
The pipedrive module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/pipedrive
1. Set up credentials
pipedrive.setCredentials "your-credentials"
2. listDeals
pipedrive.listDeals
| Function | Description |
|---|---|
pipedrive.setCredentials | Configure pipedrive credentials. |
pipedrive.listDeals | listDeals |
pipedrive.getDeal | getDeal |
pipedrive.createDeal | createDeal |
pipedrive.updateDeal | updateDeal |
pipedrive.deleteDeal | deleteDeal |
pipedrive.listPersons | listPersons |
pipedrive.getPerson | getPerson |
pipedrive.createPerson | createPerson |
pipedrive.updatePerson | updatePerson |
pipedrive.deletePerson | deletePerson |
pipedrive.listOrganizations | listOrganizations |
pipedrive.getOrganization | getOrganization |
pipedrive.createOrganization | createOrganization |
pipedrive.updateOrganization | updateOrganization |
pipedrive.listActivities | listActivities |
pipedrive.createActivity | createActivity |
pipedrive.updateActivity | updateActivity |
pipedrive.listPipelines | listPipelines |
pipedrive.listStages | listStages |
pipedrive.searchDeals | searchDeals |
pipedrive.listDeals
pipedrive.getDeal
pipedrive.createDeal
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/pipedrive";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
pipedrive.setCredentials "your-credentials"
pipedrive.listDeals
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/hubspot — HubSpot module for complementary functionality@robinpath/salesforce — Salesforce module for complementary functionality@robinpath/freshdesk — Freshdesk module for complementary functionality@robinpath/intercom — Intercom module for complementary functionality@robinpath/zoho — Zoho module for complementary functionalityMIT
FAQs
Pipedrive CRM integration via API v1 — manage deals and persons in your sales pipeline. Uses the encrypted credential vault for API tokens scoped to a company domain.
The npm package @robinpath/pipedrive receives a total of 10 weekly downloads. As such, @robinpath/pipedrive popularity was classified as not popular.
We found that @robinpath/pipedrive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.