1.0.8 • Published 3 years ago

sendchamp v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

This library allows you to quickly and easily use the sendchamp nodejs library.

  npm install sendchamp

using yarn

 yarn install sendchamp

In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with require() use the following approach:

const sendchamp = require('sendchamp');
 sendchamp.emailotp( publickey, customer_mobile_number, customer_email, token_type, token_length, expiration_time, metadata )
 
 The following parameters are not required and have default values.
 
token_type == 'numeric'
expiration_time == 6
token_length == 5

The following parameters are not required and have default values.

token_type == 'numeric' expiration_time == 6 token_length == 5

 
  
 
 
  <h1>Using whatsapp OTP API</h1>
  
  
  
```javascript


 sendchamp.whatsappOTP( publickey, customer_mobile_number, customer_email, token_type, token_length, expiration_time, metadata )
 
  The following parameters are not required and have default values.
 
token_type == 'numeric'
expiration_time == 6
token_length == 5

Visit the sendchamp website for full doocumentation of APIs

1.0.8

3 years ago

1.0.7

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago