Email notifications

Hi,

I’m looking to set up email notifications for when a job finishes in CryoSPARC. Is this possible in v4.2.1?

Many thanks

hey, I’m not sure if you indeed want an email, but you can use this service to have notifications delivered to your smartphone (separate for each user who scheduled a job): GitHub - marinegor/ntfy_cryosparc: Very simple HTTP server in pure python for processing local cryosparc notifications and posting them to a ntfy.sh channel.

If you indeed want an email, you can use the code from there and re-use Ntfy class to send emails and not push notifications – it should be fairly easy with e.g. email library. The rest (=connecting to CryoSPARC database & parsing its messages) is done already.