function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark CrooksMark Crooks 

Adding to an email template via API

Hi,

I have created a mobile app and am currently able to send an email using a Salesforce email template via the sendEmail() API.

http://www.salesforce.com/us/developer/docs/api/index_Left.htm#CSHID=sforce_api_calls_soql.htm%7CStartTopic=Content%2Fsforce_api_calls_soql.htm%7CSkinName=webhelp

I would like to be able to add (inject) some user defined text into the template, say a paragraph at a certain place.

Would anyone know if this is possible?

Thanks,

Mark