salt.beacons.telegram_bot_msg

Beacon to emit Telegram messages

salt.beacons.telegram_bot_msg.beacon(config)

Emit a dict with a key "msgs" whose value is a list of messages sent to the configured bot by one of the allowed usernames.

beacons:
  telegram_bot_msg:
    token: "<bot access token>"
    accept_from:
      - "<valid username>"
    interval: 10

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2017.7.2

Previous topic

salt.beacons.status module

Next topic

salt.beacons.twilio_txt_msg