Simple Custom Function won't Save/Work
Trying to create a simple Custom Function. It is written as follows:
- sendmail
- [
- from: zoho.adminuserid
- to: "txxxx@xxxx.com"
- subject: "New Request for Estimate Available"
- message: "Name : " + input.name
- ]
And I get the following error:
Failed to save the function
- Variable 'name' is not defined Line Number: 6
I've read countless Help page/articles and this is how it says to write it and that it should work. Why isn't it woking? Any help greatly appreciated.