Send mail on specific value in dropdown!
Hi
I am trying to let ZC send a mail when at person is selecting a specific value in a dropdown. But it comes with an error, so I assume something is wrong with the syntax. Can you please help!
BR
Skouboe
In the "action on user input" I write;
if (input.Assigned_To == "L")
{
sendmail
(
To : "x@y.com"
From : zoho.adminuserid
CC : "a@b.com"
Subject : "You just received a request! Please look in the System - Number id "
Message : "This is an automatic sent mail. Please do not reply this mail." + input.ID
)