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

Is there any way to attach email to manually created cases
HI,
I have creatd case manually or through process builder. Need to notify an user after case got created. when user responds back to that email that needs to get assign to case. I know my other 2 things will be solved if we use email to case but in my org we are not using email to case. Please suggest me if we have an option.
Thanks,
I have creatd case manually or through process builder. Need to notify an user after case got created. when user responds back to that email that needs to get assign to case. I know my other 2 things will be solved if we use email to case but in my org we are not using email to case. Please suggest me if we have an option.
Thanks,
Hi,
MassEmailMessageYou can send the Email using Apex.
You can either send Single Email Message or Mass Email Message.
Here are the Sample codes for the Both.
SingleEmailMessage
Code:
Code:
Thanks
You can use inbound Email Service Feature for that, Here is the sample code for that as well.
Code:
Here is the Link to understand the Email Services Feature in Salesforce:
https://developer.salesforce.com/page/An_Introduction_To_Email_Services_on_Force.com