Hi Nemanja,
Where you able to solve the checkbox issue? I am also trying to find a solution to this with triggered emails.
Hi, I know this thread hasn’t been active for a while, but I’m currently struggling with writing the script for this. I want to have each database entry sent to an email address once it has been submit to the database through a data hook.
I have opened it to write the script and have:
export function Manager_Report_afterInsert(item, context) {
//TODO: write your code here…
}
Unfortunately, I’m not too sure where to go from here. Is there anyone that could help me understand how I need to complete this so that it would send to a specific email?
Thanks in advance!