Get More Information about SMS送信アクション

SMS送信アクション

SMS を送信する GitHub Action。

GitHub
SMS
Action
Continuous Integration

概要

VonageのSMS送信アクションを使用すると、SMSの一部としてSMSを送信することができます。 GitHub アクション ワークフロー。渡された引数は、メッセージの受信者と内容を表す。

例えば、こうだ:

workflow "Send SMS On Push" { on = "push" resolves = ["notification"] } action "notification" { uses = "nexmo-community/nexmo-sms-action@master" secrets = [ "NEXMO_API_KEY", "NEXMO_API_SECRET", "NEXMO_NUMBER" ] args = "15551234567 New pull on $GITHUB_REPOSITORY from $GITHUB_ACTOR." }

に新しいプルを送る。 $GITHUB_REPOSITORY より $GITHUB_ACTOR を15551234567に送る。

リソース

サポート

このオープンソースプロジェクトはVonage Product and Developer Experienceチームによってベストエフォートベースでサポートされています。