Noojee API

The Noojee API allows calls and call recording to be controlled directly from within your CRM or any business application.

This API is part of the broader Noojee Admin API which provides control over various aspects of our Call Centre suite.

Through the API:

  • New calls can be initiated
  • Existing calls can be terminated (hangup)
  • Incoming calls can be answered
  • Call state can be tracked for speific extensions
  • Recording can be initiated
  • Recording can be stopped

Recordings can be attached to any record within your CRM for easy retrieval. When starting a recording from within your CRM you can also 'tag' a recording by adding a reference no. (e.g. an invoice no.) to the recording so that the recording can be later retrieved by the invoice no. This is often used to attached a 'Voice Signature' recording directly to an order or customer account record in the CRM.

Java API

The Noojee API is implemented as a REST API, however to make life easier Noojee also provide Java bindings for the REST API to make access easier for Java developers.

You can find details on the Java API here:

https://github.com/noojee/noojeecontact.api

REST API  

The API is exposed as a REST service.

API calls are made through HTTP POST requests. Responses to API calls are JSON formatted.

All calls must be Authenticated using your systems API Key -  01.1 Authentication - Api key method.

REST Resources Overview

The service has the following resources:

  • Code - an integer status code. This resource is included in every API call response. The Code is zero ({"Code": 0}) for successful calls. A negative value signifies an error. A positive non-zero value indicates a warning or a notice.
  • Message - a string status message. Common to most call responses. The message generally clarifies the status code. The message is particularly useful where the status code is non-zero (an error has occured).
  • SessionID - an integer session identifier. This identifier is returned by the API when a call is initiated. Use this ID to track the status of the call. Note that the extension number can also be used to track call status. 
  • CallData - details of an inbound call. Inbound call notices have this information.
  • MetaData - call recording meta-data.

REST Methods Overview

The service has the following methods

Auto Answer Settings

The dial and answer API methods require an auto answer string which is specific to the manufacturer, make and model of handset. Below is a list of some of the strings that might be used:

AastraAlert-Info: info=alert-autoanswer
GrandstreamCall-Info:\\; answer-after=0
LinksysCall-Info:\\; answer-after=0
PolycomAlert-Info: Ring Answer
SnomCall-Info:\\; answer-after=0
Snom - newer firmwareCall-Info: <sip:192.168.1.1>\;answer-after=0

IP address must be correct
YealinkCall-Info:\; answer-after=0