5.0.0 • Published 3 years ago

@datafire/youphoric v5.0.0

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

@datafire/youphoric

Client library for Youphoric

Installation and Usage

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

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

Description

Youphoric SMS API allows you to create and launch SMS-based apps quickly to reach Smart subscribers in the Philippines.

Actions

register.php_.get

youphoric.register.php_.get({
  "client": "",
  "FirstName": "",
  "LastName": "",
  "username": "",
  "password": null,
  "email": "",
  "contactno": ""
}, context)

Input

  • input object
    • client required string
    • FirstName required string: First Name
    • LastName required string: Last Name
    • MiddleName string: Middle Name
    • Street string: Street
    • Barangay string: Barangay
    • CityTown string: City or Town
    • Province string: Province
    • ZipCode string: Zip or Postal Code
    • username required string: Username
    • email required string: Email
    • contactno required string: Mobile or Telephone

Output

Output schema unknown

mt.php_.post

youphoric.mt.php_.post({
  "from": "",
  "to": "",
  "text": ""
}, context)

Input

  • input object
    • from required string: Characters limit 11
    • to required string: Mobile Number.
    • text required string: Text Message

Output

Output schema unknown

Definitions

This integration has no definitions

5.0.0

3 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago