5.0.0 • Published 5 years ago

@datafire/nextcaller v5.0.0

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

@datafire/nextcaller

Client library for Next Caller

Installation and Usage

npm install --save @datafire/nextcaller
let nextcaller = require('@datafire/nextcaller').create();

.then(data => {
  console.log(data);
});

Description

Advanced Caller ID. Obtain name, address, and email of your inbound callers.

Actions

version.records.get

Returns Nextcaller member detailed info.

nextcaller.version.records.get({
  "version": "",
  "phone": 0,
  "format": ""
}, context)

Input

  • input object
    • version required string (values: v2, v3): Specifies a api version.
    • phone required integer: Specifies the caller's phone number.
    • format required string (values: json, xml): Specifies a format of response: JSON or XML.

Output

Output schema unknown

version.users.nextcaller_id._format_format.post

Allows you to update caller's info on Nextcaller.

nextcaller.version.users.nextcaller_id._format_format.post({
  "Content-Type": "",
  "version": "",
  "nextcaller_id": "",
  "format": ""
}, context)

Input

  • input object
    • Content-Type required string
    • version required string (values: v2, v3): Specifies a api version.
    • nextcaller_id required string: The ID of the user whose profile you wish to edit
    • format required string (values: json, xml): Specifies a format of response: JSON or XML.

Output

Output schema unknown

Definitions

This integration has no definitions

5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago