Jack D. Pond
Jack D. Pond
Sorry so long to look at this. Quick suggestion to try would be to make a subflow with system as the user and include the sendBetterEmail action inside of it....
See SendBetterEmail - Unable to send Lightning templates to users #788 Last comments. One workaround we've seen used in the past is to create a dummy record. While WhatId must...
I'll investigate an enhancement to SBE with renderStoredEmailTemplate in the next few days. However, as an interim, you do not have to create a new dummy account for each in...
I've tested it by hand - but haven't added it to test class or Send_Better_Email_Testflow flow. Probably should do this, but prolly not necessary for next patch - just better...
Thanks - will fix this in next release
Yeah, I was looking at this @jcallahan526 there is a feature accessible if you're using templates called **_MessageId List of existing email if this is InReplyTo_** which was added in...
Can we close this one or do we really need a function that will load the template into the body? @streetyouth
For full implementation, would also have to include a handlebars parser for related object fields (??renderEmailTemplate(whoId, whatId, bodies)??) and also insure there was a way to specify the related objects...
@jdayment Did we decide to close this one or actually take a look at loading merged template (with record and/or flow variable merged) for single message send - or is...
Index: OpenID/Consumer.php =================================================================== --- OpenID/Consumer.php (revision 12) +++ OpenID/Consumer.php (working copy) @@ -666,7 +666,7 @@ '_completeInvalid'); return call_user_func_array(array($this, $method), - array($message, &$endpoint, $return_to)); + array($message, $endpoint, $return_to)); } /** @@...