intercom-node
intercom-node copied to clipboard
Node.js bindings for the Intercom API
To delete archived contact permanently, we need to use contact id but it seems to me that there is no way we can retrieve contact id if contact is archived....
#### Why? The **withRunningAssignmentRules** parameter is supposed to append `/run_assignment_rules` to the URL but instead it appends `/run_assignment_rules/parts`. The API is throwing the 404 error when you attempt to send...
#### Why? The Intercom API exposes a method where we can tag multiple users at once using the tag name. At the moment, this SDK only offers the possibility to...
## Version info - intercom-node version: `^5.0.0` - Node version: `v21.2.0` ## Expected behavior Being able to retrieve the expected **ticket** using the __search__ query with the query field `ticket_attribute.{id}`...
Hello 🙋 I could not find the migration guide linked in the README file -> https://github.com/intercom/intercom-node/wiki/Migration-guide. Could you please address me the correct location ? Our current intercom-client version is...
Fixes intercom/intercom#331441. Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create')...
Fixes intercom/intercom#317902. Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version...
Fixes intercom/intercom#322913. Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
## Version info - intercom-node version: 3.1.5 - Node version: 14.18.2 ## Expected behavior Setting the intercom-version with: ``` const client = new Client({ tokenAuth: { token: 'my_token' } });...
#### Why? Replaced the loosely-typed array of JavaScript objects with a structured `TagObject` in the conversation model to match the documented shape of the response The typing is based on...