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

Is it possible to change the Status picklist field via EMail?
Hi Guys, Is it possible to change a picklist value in a custom object when a user sends an email to a particular email address something like that instead of logging into salesforce and change the status?
Here is an article on how to use inbound email service to parse an email sent to a particular address: http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/
Other approaches are, you can create a REST API if you can call from another application or a Salesforce SITE page in visualforce if user wants UI.
All Answers
Here is an article on how to use inbound email service to parse an email sent to a particular address: http://blog.jeffdouglas.com/2010/03/12/writing-an-inbound-email-service-for-salesforce-com/
Other approaches are, you can create a REST API if you can call from another application or a Salesforce SITE page in visualforce if user wants UI.