Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Is there a {{state}} perameter i could use to show rejected, accepted in my messages?

$
0
0

@busyhobs wrote:

Just I quick one I have got my email and telegram working, but I would like to know if a could tag accepted, rejected etc. to the message or title like {{task}} {{title}}

  daily-email:
    priority: 30
    no_entries_ok: yes
    from_digest:
      list: dailyemail
      restore_state: yes
    seen: local
    notify:
      entries:
        title: 'flexget - {{task}}'
        what:
          - accepted
          - rejected
          - failed
          - undecided
        via:
          - email:
              from: xxx@gmail.com
              to: xxxx@msn.com
              smtp_host: smtp.gmail.com
              smtp_port: 587
              smtp_username: xxx@gmail.com
              smtp_password: pass
              smtp_tls: yes
              html: yes

And in my Telegram:

> notify:
>   entries:
>     title: 'flexget  {{task}}'
>     message: "{{ imdb_name|replace('/', '_')|replace(':', ' -') }} ({{ imdb_year }}) - {{task}}"
>     what:
>       - accepted
>       - failed
>     via:
>       - telegram:
>           bot_token: xxxxxxxxxxxxxxxxxx
>           parse_mode: markdown
>           recipients:
>             - username: xxxxxxxxx
>             - group: xxxxxxxxxx

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles