Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kakao-alimtalk-bizmsg

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kakao-alimtalk-bizmsg

API Client to send Kakao Alimtalk with BizMsg Provider

  • 0.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source
Koa Legit

Koa Legit

: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.

Installation

# NPM
$ npm install --save node-kakao-alimtalk-bizmsg
# Yarn
$ yarn add node-kakao-alimtalk-bizmsg

Example

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);

API

To be updated

Contributing

This project follows the Contributor Covenant Code of Conduct.

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or ask feature requests.

Self Promotion

Like node-kakao-alimtalk-bizmsg? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.

Contact

If you have any questions, feel free to join me at #posquit0 on Freenode and ask away. Click here to connect.

License

Provided under the terms of the MIT License.

Copyright © 2017, Byungjin Park.

Keywords

FAQs

Package last updated on 29 Jan 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc