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

Send An Email to non Sales force user
Hi All,
When I will sent an email to non sales force users (like gmail or yahoo or any other email user) , after receive an email from sales force users with link , when they click on the link ,the changes are automatically reflected on sales force of any Object of Field , is it possile or not , I am new SF ,Can any one resp plz
Thanks
vs
Possible, but may require code depending on what object's change triggers the email.
If you're updating lead, contact, or campaign member, you can use a workflow email alert to auto-email non-users (no code).
If updating some other object like activity or opportunity, you'll probably need to write code to figure out the email addres of the desired recipient, chose the email template, and send out the message.