sand-intercom

1.0.0 • Public • Published

sand-intercom

An intercom sand grain. This module is a wrapper for intercom.io.

Installation

npm install sand-intercom

Usage

Add intercom to your sand config

const sand = require('sand');
const intercom = require('intercom');
 
new sand()
    .use(intercom)
    .start();

A list of configuration values can be found below

Configuration Options

Options are passed directly to the underlying intercom.io module.

See intercom.io docs for available options.

Functions

sand-intercom exposes an instance of the intercom.io module for interacting with the intercom.io API.

let users = yield sand.intercom.intercom.getUsers();

See intercom.io docs for available functions.

Package Sidebar

Install

npm i sand-intercom

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cthayer