1.0.4 • Published 7 years ago

hubot-salesforce-slack v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hubot-salesforce-slack

A slack module for hubot to display Salesforce related data

See src/salesforce-slack.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-salesforce-slack --save

Then add hubot-salesforce-slack to your external-scripts.json:

[
  "hubot-salesforce-slack"
]

Interactions

Instance Status

Gets the current status of the instance requested

user1> darylshaber status na7

Status

Instance Version

Gets the current version of the instance requested

user1> darylshaber version na7

Version

Alias

Gets the underlying org for a given alias

user1>> darylshaber alias org62
darylshaber>> @user1 org62 runs on NA44

Alias

Pod Metrics

Displays two graphs representing the metrics for all pods. These graphs are the daily transaction count (in billions) and the daily average transaction time (in ms).

user1> darylshaber metrics

Metrics

NPM Module

https://www.npmjs.com/package/hubot-salesforce-slack

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago