Skip to content

Releases: intercom/intercom-node

Release v3.0.1

31 Jan 15:58
c38923c

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Release v3.0.0

28 Jan 15:50
8e4f74a

Choose a tag to compare

What's Changed

Updated Node SDK to support Intercom APIs > v2.x
Removed methods deprecated in API v2.x
Removed support for callbacks and replaced it solely with promise-based approach
Add >90% API coverage
Updated dependencies

What's Changed

Full Changelog: v3.0.0-0...v3.0.0

Release v3.0.0-beta

21 Jan 15:47

Choose a tag to compare

Release v3.0.0-beta Pre-release
Pre-release

What's Changed

Updated Node SDK to support Intercom APIs > v2.x
Removed methods deprecated in API v2.x
Removed support for callbacks and replaced it solely with promise-based approach
Updated dependencies

Full Changelog: https://github.com/intercom/intercom-node/blob/beta/CHANGELOG.md

Allowing permanent delete via multiple params

15 Oct 10:43

Choose a tag to compare

#216 allows for permanent deletion of users with multiple parameters. This reduces the number of calls you need to make now if you want to delete via a different user parameter.

Also update the readme for lead scrolling due to error with code example

Demote Sinon to dev dependencies and migrate to Circle CI.

17 Aug 15:10

Choose a tag to compare

Instantiate client `Error`s with the correct message

07 Jun 18:32

Choose a tag to compare

PR #201 fix for issue #200
intercom-node >= 2.9.3 always throws errors with default Response error messaging

Support for permanently delete a user

07 Jun 00:15

Choose a tag to compare

PR #203

  • deprecate previous delete which was a soft delete
  • add archive function to perform soft delete
  • add permanent delete option (ie to hard delete a user)
    for more info on these changes please see the API reference

v0.1.0

17 Jul 11:07

Choose a tag to compare

0.1.0 (2024-07-17)

Full Changelog: v0.0.1...v0.1.0

Features

  • api: OpenAPI spec update (1a8a867)
  • api: OpenAPI spec update (1e478f3)
  • api: update via SDK Studio (6471160)
  • api: update via SDK Studio (536cfac)
  • api: update via SDK Studio (12c2c09)
  • api: update via SDK Studio (28e8e5f)
  • api: update via SDK Studio (e64afcd)
  • api: update via SDK Studio (f74126d)
  • api: update via SDK Studio (62e438d)
  • api: update via SDK Studio (29c13ed)
  • api: update via SDK Studio (ab7812c)
  • api: update via SDK Studio (2a37e9d)
  • api: update via SDK Studio (e3ac97a)
  • api: update via SDK Studio (f39fc52)
  • api: update via SDK Studio (8768954)
  • api: update via SDK Studio (8470cf4)
  • api: update via SDK Studio (dca56d2)
  • api: update via SDK Studio (768ce13)
  • api: update via SDK Studio (#412) (6487a76)
  • api: update via SDK Studio (#414) (7497e9b)

Chores