5.0.0 • Published 5 years ago
@datafire/youphoric v5.0.0
@datafire/youphoric
Client library for Youphoric
Installation and Usage
npm install --save @datafire/youphoriclet 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
- client required
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
- from required
Output
Output schema unknown
Definitions
This integration has no definitions