
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/intercom
Advanced tools
Intercom module for RobinPath.
The intercom module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @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 12 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.