1.3.7 • Published 7 years ago

groovehq-api v1.3.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

GrooveHQ API (groovehq-api)

Node.js wrapper for GrooveHQ API (https://www.groovehq.com/docs)

Installation

npm install groovehq-api --save

Usage

var Groove = require('groovehq-api');
var groove = new Groove(YOUR_GROOVEHQ_ACCESS_TOKEN_HERE);

Create a ticket example

groove.createTicket(YOUR_PARAMETERS_IN_THE_FROM_OF_OBJECT);
                    
FOR EXAMPLE
var items={body:'YOUR_DATA_HERE',
		  from:'client@123mail.com',
		  to:'admin@123mail.com'};

See https://www.groovehq.com/docs for more info about other methods.

Future work

1.3.7

7 years ago

1.2.7

7 years ago

1.1.7

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago