I tried to create a notification that tell me after an email is sent. But got warning that notifications can’t be set on Email Queue.
How can I do this? Thank you for any help.
note: this is not to set up a notification via email. but on the email sent itself (notif will be sent to Slack).
Hey,
Maybe you can combine email sending and notification creation to work sequentially ? we can make the sendmail to complete instead of queueing by setting delayed=False, and after the email is triggered we could have the system notification or in your case slack notification created.