Modules@robinpath/intercom
@robinpath/intercom
0.1.0PublicIntercom module for RobinPath.
@robinpath/intercom
Intercom module for RobinPath.
Why use this module?
The intercom module lets you:
- listContacts
- getContact
- createContact
- updateContact
- deleteContact
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/intercom
Quick Start
1. Set up credentials
intercom.setCredentials "your-credentials"
2. listContacts
intercom.listContacts
Available Functions
| 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 |
Examples
listContacts
intercom.listContacts
getContact
intercom.getContact
createContact
intercom.createContact
Integration with RobinPath
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
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@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 functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
sales
0
@robinpath/bigcommerce
v0.1.1robinpath
BigCommerce module for RobinPath.
0 downloads
...
sales
0
@robinpath/freshbooks
v0.1.0robinpath
FreshBooks module for RobinPath.
0 downloads
...
sales
0
@robinpath/freshdesk
v0.1.0robinpath
Freshdesk module for RobinPath.
0 downloads
...
sales
0
@robinpath/hubspot
v0.1.0robinpath
HubSpot module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/intercom Version0.1.0
LicenseMIT
Unpacked Size4.6 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

