AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
11.41k stars 1.23k forks source link

How to send out email notification of error or complete? #1629

Closed mxracer388 closed 7 months ago

mxracer388 commented 8 months ago

Is your feature request related to a problem? Please describe. The problem occurs when you need to know if the system has failed, stopped, or completed its tasks. It is not always easy to manually check daily for this.

Describe the solution you'd like Is it possible to have a snippet code that can be added to settings in order to send out an email notification of status, maybe upon an event or even daily?

Describe alternatives you've considered Alternatives are to build this straight into the app as a core function, or add a series of code in the settings tab to act as the function.

Additional context This would enhance the automation process of the app even further, and a nice feature to add to its value.

Kholid060 commented 7 months ago

Automa has "Workflow events" feature that allows you to do action after the workflow execution finishes with success or failed status. But it doesn't support sending email, so instead, you can use the "HTTP Request" method to send a request to an API that later sends email notifications to your email address.

image

mxracer388 commented 7 months ago

Thank you That will work!!!