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
AbAb 

Implement Email to Opportunity or any other custome object

Hello,

I want to implement the email to case for an object "opportunity" and also for an "custom object"
The working will be same as email to case.

How can i implement it for Opportunity ?

Thank you for any suggestions

Thank you for suggestion
Best Answer chosen by Ab
John Pipkin 14John Pipkin 14
Sandrine, 

Check out Apex Email Service. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_inbound_what_is.htm

You will have to develop the code to create records, but it is the same idea as Email to Case. 

Thanks