I need the ability in the backend to send a generated email to any user by pressing a button (e.g. "congrats [user name] you've won a [prize name] click here to redeem: [url of prize] ") Is there a way to do that without digging into editing the code of cockpit? I know I could create a separate api to send the email with a webhook, but I'm wondering if you can add buttons to the backend.
I need the ability in the backend to send a generated email to any user by pressing a button (e.g. "congrats [user name] you've won a [prize name] click here to redeem: [url of prize] ") Is there a way to do that without digging into editing the code of cockpit? I know I could create a separate api to send the email with a webhook, but I'm wondering if you can add buttons to the backend.