New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sand-intercom

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sand-intercom

Intercom.io support

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 11 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc