github-action-wire-messenger icon indicating copy to clipboard operation
github-action-wire-messenger copied to clipboard

Wire Messenger

Send messages to Wire conversations using GitHub Actions.

Usage

Send a text:

  - name: Wire Messenger
    uses: wireapp/github-action-wire-messenger@v1
    with:
      email: ${{secrets.WIRE_EMAIL}}
      password: ${{secrets.WIRE_PASSWORD}}
      conversation: ${{secrets.WIRE_CONVERSATION}}
      send_text: 'Hello, World!'

Send a GIF via Giphy:

  - name: Wire Messenger
    uses: wireapp/github-action-wire-messenger@v1
    with:
      email: ${{secrets.WIRE_EMAIL}}
      password: ${{secrets.WIRE_PASSWORD}}
      conversation: ${{secrets.WIRE_CONVERSATION}}
      send_gif: 'meme'

Tutorial

Click the thumbnail if you want to watch our setup video:

Click to watch