Hello, sorry if this has been asked before or already a feature.
Essentially, in our table we have lots of columns but when the status column is completed, an email is sent to the user which is defined in a user column. The email will contain other data from the table in the body of the message. Is this possible to do already? thanks
On cloud - you can create conditional webhook that will send required payload to something like N8n. From N8n, you can send Email or carry additional functionality as required.
If you are on self hosted, you can directly confirm SMTP plugin to send Email from NocoDB.
Learn more about webhook here