Sign inSign up

cathalhoran/intercom-node

By cathalhoran

•Updated almost 10 years ago

Docker image with everything installed to let you get testing the Intercom Node SDK quickly

Image
2

277

cathalhoran/intercom-node repository overview

V2 This is a Docker image that enables you to easily and quickly get set up and working with the Intercom API. It also checkouts an example github repo that contains some example Node code that you can run. Anyone can push examples to this repo which will allow anyone using the image to have some simple examples that may help them get started more quickly.

Example Repo: https://github.com/intercom/intercom-node⁠

You can download the image as noted in the box on the right or you can just run it via:

docker run --env PAT="YOU PERSONAL ACCESS TOKEN" -it --rm --name cathalhoran/intercom-node:v2 For example: docker run --env PAT="XXXXXXXXXXXXXXXX" -it --rm --name mycontainer cathalhoran/intercom-node:v2

Note that you can use the --env param to set environment variables which are referenced in the example code. You should then be able to run an example file to retrieve a user from your Intercom account using:

node example-node/users/get_user.js "USER_ID"

Tag summary

Content type

Image

Digest

Size

209.5 MB

Last updated

almost 10 years ago

docker pull cathalhoran/intercom-node:v2