Get More Information about Vonage SMS senden Aktion

Vonage SMS senden Aktion

Eine GitHub-Aktion zum Senden einer SMS.

GitHub
SMS
Action
Continuous Integration

Übersicht

Mit der Vonage Send SMS Action können Sie SMS als Teil einer GitHub-Aktionen Arbeitsablauf. Die übergebenen Argumente stellen den Empfänger und den Inhalt der Nachricht dar.

Zum Beispiel:

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." }

sendet New pull on $GITHUB_REPOSITORY von $GITHUB_ACTOR auf 15551234567.

Ressourcen

Unterstützung

Dieses Open-Source-Projekt wird vom Vonage Product and Developer Experience Team nach bestem Wissen und Gewissen unterstützt. Probleme sollten im GitHub-Repository angesprochen werden.