The InstantiateTemplate request accepts the id of the template that you need to use to generate an Email. It will return an object of the type "email". You can then modify this object and add properties for Sender/Receiver etc... and send the mail. Note
the Instantiate template does not create the Email in CRM, it is only a memory representation of an email entity. You need to manually create the email using service.create(email).
HTH
Sam
Web: http://www.inogic.com
Blog: http://inogic.blogspot.com
Email: news@inogic.com
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".