Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
kakao-alimtalk-bizmsg
Advanced tools
:love_letter: Client for BizMsg Kakao Alimtalk API
Kakao Alimtalk BizMsg is the client library for BizMsg Kakao Alimtalk API to send alimtalk message with phone-numbers, message, and template-id.
# NPM
$ npm install --save node-kakao-alimtalk-bizmsg
# Yarn
$ yarn add node-kakao-alimtalk-bizmsg
const BizMsg = require('kakao-alimtalk-bizmsg');
const client = new BizMsg({
userId: process.env.BIZMSG_USER_ID,
apiKey: process.env.BIZMSG_API_KEY
});
const to = ['01012345678', '01056784321'];
const message = 'Hello World!';
const templateId = 'cp-example-123';
// Send alimtalk message
client.send(to, message, templateId)
.then(console.log)
.catch(console.error);
To be updated
This project follows the Contributor Covenant Code of Conduct.
Please use the issue tracker to report any bugs or ask feature requests.
Like node-kakao-alimtalk-bizmsg? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.
If you have any questions, feel free to join me at #posquit0
on Freenode and ask away. Click here to connect.
Provided under the terms of the MIT License.
Copyright © 2017, Byungjin Park.
FAQs
API Client to send Kakao Alimtalk with BizMsg Provider
The npm package kakao-alimtalk-bizmsg receives a total of 1 weekly downloads. As such, kakao-alimtalk-bizmsg popularity was classified as not popular.
We found that kakao-alimtalk-bizmsg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.