Now dealing with email notifications.
I know that I can use {{status}} in the subject, which will become success or error, this is working perfectly.
In the json file, there is a line like this for each “backup” (job) in a “schedule”:
"status_code": "success"
And the term “job” has also been used a few times:
My doubt is: in a schedule with multiple backups (jobs), does this variable represent the status of the schedule or the last job?
      
    
 