@speedup/notification-sms-smsir
v1.0.2
Published
SMS notification implementation for SMS.ir
Downloads
19
Maintainers
Readme
SpeedUP SMS notification
SMS notification using SMS.ir provider.
Installation
# NPM
npm i @speedup/notification-sms-smsir --save
# Yarn
yarn install @speedup/notification-sms-smsir
Usage
const SMSSender = require('@speedup/notification-sms-smsir');
const sms = new SMSSender({
apiKey: 'your-api-key',
secret: 'api-key-secret'
});
await sms.send('09123456780', 'Thanks for choosing us!', {
lineNumber: '30001234',
sendDateTime: '', // means immediately
canContinueInCaseOfError: true
});
And you're good to go!
License
MIT