
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/intercom
Advanced tools
Intercom REST API — contacts, conversations, tags, companies, admins. Bearer-token auth via the encrypted credential vault. Pinned to API version 2.11.
Intercom module for RobinPath.
The intercom module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/intercom
1. Set up credentials
intercom.setCredentials "your-credentials"
2. listContacts
intercom.listContacts
| Function | Description |
|---|---|
intercom.setCredentials | Configure intercom credentials. |
intercom.listContacts | listContacts |
intercom.getContact | getContact |
intercom.createContact | createContact |
intercom.updateContact | updateContact |
intercom.deleteContact | deleteContact |
intercom.searchContacts | searchContacts |
intercom.listConversations | listConversations |
intercom.getConversation | getConversation |
intercom.replyToConversation | replyToConversation |
intercom.assignConversation | assignConversation |
intercom.closeConversation | closeConversation |
intercom.listCompanies | listCompanies |
intercom.getCompany | getCompany |
intercom.createCompany | createCompany |
intercom.listTags | listTags |
intercom.createTag | createTag |
intercom.tagContact | tagContact |
intercom.removeTag | removeTag |
intercom.listContacts
intercom.getContact
intercom.createContact
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/intercom";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
intercom.setCredentials "your-credentials"
intercom.listContacts
`);
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/pipedrive — Pipedrive module for complementary functionality@robinpath/freshdesk — Freshdesk module for complementary functionality@robinpath/zoho — Zoho module for complementary functionalityMIT
FAQs
Intercom REST API — contacts, conversations, tags, companies, admins. Bearer-token auth via the encrypted credential vault. Pinned to API version 2.11.
The npm package @robinpath/intercom receives a total of 15 weekly downloads. As such, @robinpath/intercom popularity was classified as not popular.
We found that @robinpath/intercom 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.