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
Agustín MedinaAgustín Medina 

Send an email to a non salesforce user.

Hello all there
I want to send an email to the case contact but the contact is not a salesforce user.
The email must have two buttons, Accept and Decline, and depending on which button they click, update the object.
It's like the survey function.
 
Waqar Hussain SFWaqar Hussain SF
You can develop force.com site on which there will be two pages, one for updating the contact info when the Accept button will be clicked and other for updating the contact info when the Decline button will be clicked.

So basically you will create two public pages on force.com site one will open when the contact will click on Accept button, the URL will contain the ID of the contact and when the URL will be opeend based on the ID parameter the contact informaiton will be update.

Hope this make sense.