How to Trigger an email in the Event that a Logic App Trigger is skipped?

Viewed 37

I have the below scenario: I have a Logic App, which gets triggered once in every day(24hours). It basically looks at a SFTP location, if there is file dropped in there, pulls it and pushes it into a BLOB storage and then deletes it from the source(SFTP).

I need to trigger an email in the events of:

  1. If the Trigger is "Skipped", i.e. it ran but could not find any file in the SFTP.
  2. If it failed to Upload to the BLOB Storage.

Is it possible to enable Email Trigger in the above scenarios?(1&2) Any guidance will be appreciated as I am new in the IAC space.

Thanks in advance.

0 Answers
Related