How to remove a tag from a person’s record in Intercom using Nodejs.

Thilak
Jan 21, 2022

--

TLDR

  1. Setup Intercom
  2. Setup Project File
  3. Setup NodeJS
  4. Result

1. Setup Intercom

Intercom

2. Setup Project File

a. Create a folder.

b. Open the folder with VSCode.

Open with code.

c. Open new terminal.

3. Setup NodeJS

a. Initialise your project.

npm init

--

--