You need to sign in to do that
Don't have an account?

Send email to Lead using workflow
Hello,
I need to be able to automatically send an email alert via workflow to the email address in a Lead record (outside of SF). Is this possible?
I have searched the forums and this problem seems to come up quite often with no solution. Does anyone have any good ideas about how to do this?
I am willing to use the API/S-control/javascript to do this if it is necessary.
Many thanks!
I need to be able to automatically send an email alert via workflow to the email address in a Lead record (outside of SF). Is this possible?
I have searched the forums and this problem seems to come up quite often with no solution. Does anyone have any good ideas about how to do this?
I am willing to use the API/S-control/javascript to do this if it is necessary.
Many thanks!
~ sfdcfox ~
Edit: If you don't mind using up Mass Email emails (1,000 per day limit), you could use an S-Control to do this instead.
Message Edited by sfdcfox on 06-12-2007 03:25 PM
anyway, I solved this problem using a custom detail page button and using the /email/author/emailauthor.jsp page (with all the parameters) to send the email. not quite as slick as using the workflow engine, but this was acceptable to the user's process so we went with it.
thanks again.
~ sfdcfox ~
hello guys,
I'm developing a .Net web service to send triggered emails via ExactTarget (Email Marketing Software). I am bit confused with SOAP messages passing around. How can I get the Object ID which passes to my web service through a workflow trigger?
For eg; my web method would look like this.
[WebMethod]
public void sendEmail(String ID)
{
}