Socket
Book a DemoInstallSign in
Socket

webhooks-simpleing

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webhooks-simpleing

Simple webhooks for Slack and JANDI

1.0.8
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

잔디와 슬랙을 간단하게 웹 훅으로 사용하기 위해서 만든 라이브러리

사용설명서

  • 함수 인자에 대한 type
  // jandi인지 slack인지 여부
  type: "jandi" | "slack";

  // webhooks의 url을 입력
  urlType: string[];

  // 응답에 대한 제목
  title: string;

  // 응답에 대한 내용
  content: string;

  // 응답에 대한 callbakc으로 필요한지 여부
  callback?: (res: Response) => {};
  • 사용 설명서
webhooksSendMessage({
  type: "jandi",
  urlType: ["https://wh.jandi.com/connect-api/webhook/<webhooks>"],
  title: "message",
  content: "submessage",
});

Keywords

webhook

FAQs

Package last updated on 22 Dec 2023

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.