Topic by Enzo
Content
I would like to send an email when updating a custom object field value (in case the value is above a threshold a notification should be sent via email).
The idea is to use the process designer, so I am looking for a sample code.
I was thinking to use the MailMessage class as explained at the URL below:
http://documentation.custhelp.com/euf/assets/devdocs/august2014/Connect_PHP/Default.htm
but trying it I get the following Fatal php error:
Class: '\RightNow\Connect\v1_2\MailMessage' not found