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

incontact

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

incontact

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

InContact Build Status

This gem is a library for accessing InContact's API

Installation

Add this line to your application's Gemfile:

gem 'incontact'

And then execute:

$ bundle

Configuration

The following environmental variables need to be defined. They will be used to set all configurations for the client without the need to customize a YAML config file. An example configuration:

export INCONTACT_TOKEN_URL=https://api.incontact.com/InContactAuthorizationServer/token
export INCONTACT_APP_NAME=dashboard
export INCONTACT_VENDOR_NAME=VeryGoodBusinessCo
export INCONTACT_BUSINESS_UNIT_NUMBER=123456
export INCONTACT_SCOPE="AdminApi RealTimeApi"            # Scope used for tokens. Leaving this blank will set scope to all APIs
export INCONTACT_USERNAME=dashboard@verygoodbusiness.com # Admin user who can access all data
export INCONTACT_PASSWORD=Apple123!

It is recommended to use dotenv to set your ENV variables.

Documentation

Api

Agents

Agent Sessions

Contacts

FAQs

Package last updated on 27 Feb 2018

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