Skip to content

eyedea-io/syncano-socket-intercom-integration

Repository files navigation

Syncano Socket for intercom integration

Syncano Socket CircleCI branch Codecov branch JavaScript Style Guide npm license

Main Socket features:

  • intercom/user-hash — create user hash

Getting Started

Install package in your project:

cd my_project
npm install @syncano/cli --save-dev
npm install @eyedea-sockets/syncano-socket-intercom-integration --save
npx s deploy

Use it:

import Syncano from '@syncano/client'

const s = new Syncano(<instaneName>)

s.setToken(<userToken>)

const data = await s.post('intercom/user-hash')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published