0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

LabVIEWからSlack Web APIでメッセージを送る

Last updated at Posted at 2023-10-07

Slackの通知が便利なので,装置に張り付いていなくてもエラーに気づけるようにLabVIEWからSlackにメッセージを送るVIを作ってみた(SlackのWeb APIでメッセージを送信するのはこちらの記事1を見ると難しくないようだったので)。

はじめに,Slackのページからアプリ開発のためのtokenを入手する。このページ2から行うと,手っ取り早く作成できます。ありがたいことに無料です。

LabVIEWだと,
post_slack.png
こんな感じのコードでチャンネルにポストできるようです。

  1. Slack APIでメッセージ送信

  2. How to quickly get and use a Slack API token

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?