Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@osaas/client-intercom

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osaas/client-intercom

Open Source Cloud Client SDK intercom library

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
85
increased by1114.29%
Maintainers
0
Weekly downloads
 
Created
Source

@osaas/client-intercom

SDK for Open Source Cloud Intercom

Usage

Prerequisites

  • An account on Open Source Cloud
npm install --save @osaas/client-intercom

Example code

import { Context, Log } from '@osaas/client-core';
import { IntercomSystem } from '@osaas/client-intercom';

async function main() {
  const ctx = new Context();
  try {
    const intercom = new IntercomSystem({ context: ctx, name });
    await intercom.init();
    const p = await intercom.createProduction('myproduction', [
      'line1',
      'line2',
      'line3'
    ]);
    console.log(`Production '${p.name}' created with id ${p.productionId}`);
  } catch (err) {
    Log().error(err);
  }
}

main();

About Open Source Cloud

Open Source Cloud reduces the barrier to get started with open source without having to host it on your own infrastructure.

Start building software solutions based on open and detachable ready-to-run cloud components with Open Source Cloud. Full code transparency, never locked in and a business model that contributes back to the open source community. Offering a wide range of components from media and more to help you build the best solution for you and your users.

www.osaas.io

FAQs

Package last updated on 21 Nov 2024

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