Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Email to Something
Email to Case, Email to Opportunity, Email to Account, Email to Object
Showing 10 of 17 Reviews
THE APP DOES NOT EXIST
ERROR: THE APP DOES NOT EXIST
App Does Not Install
App is not installing - deleted or does not exist
Package Not Found - doesn't yet exist or has been deleted
"This app can't be installed. There are problems that prevent this package from being installed. Package Not Found The requested package doesn't yet exist or has been deleted. If this is a recently created package version, please try again in a few minutes or contact the package publisher."
Need Help with Email to Something
Hello, I am having some issues doing my first Email to Something. The email I send is not creating a record in the object at all. Can you help me figure out what I am doing wrong? I have a custom object called Process. The API Name is Process__c . Here is what I am sending to the email address ordersbex@33svrpibp1ujyjq13ckinad4ejq1a5o9jom9nkskjd9x1e0ety.36-1hpm2eag.na30.apex.salesforce.com Subject of the email: New Process__c Body of the email:[RecordType]={01236000000o8PjAAI},[Account_Number__c]={414179},[Sales_Order_Number__c]={406485},[Description__c]={Test Badge Express Order AAAO32237},[Owner]={00536000004MvD8AAK}
Issue with Email to custom object
I have created custom settings on (FSMA__c) object, While insert data using html form (web to FSMA) contact record is not inserted based FSMA Email field. Can you please help us what is the issue.
Email to Something - Worked Well
I installed Email to Something to see if it might work for a project that I was working on. While it didn't end up fitting the needs for that specific project, it worked well and worked as described! The setup was easy and clear (especially for a non-developer). I would recommend this tool for anyone that has a need for a tool such as this.
Question
Hi, My agents use Force.com enterprise, so they don't have "case to email" as we can have it with service cloud enterprise . Does your app works with force.com & does it bring email to case feature? Thanks, Jean-Luc
Ted Battreall
12/05/2016
Yes... You can run this app with platform licenses as long as you have API access and can run APEX code. Assuming this works for you, kindly consider increasing your rating. Thanks.
Awesome!
Question: I created a free "Zoho" form where users within my organization can fill out and submit the form, and it automatically emails me the data from the form in the same format that is required for the email service. So I just forward that email to the salesforce email. However, I keep having to remove the "FW:" text from the subject line. Would it be possible for me to modify your apex class code and change line 9 from "if (subject.startsWith('new '))" to "if (subject.startsWith('fw: new '))" and would that resolve the issue? Great app!
Leeor Boyango
07/13/2016
Perfect! Thanks Lucian. Much appreciated!
Lucian Ciobanu
07/13/2016
Hi Leeor ! If you take a look at the code, you can see that after that line there is a substring, which means it removes the "new " part of the subject, the first 4 characters. if (subject.startsWith('new ')) subject = subject.substring(4).trim(); If you need to remove the "fw:" , you'll actually need to add another condition after this one, because "fw: new " contains 8 characters, not 4, so you need a different substring. So your code will look like this: if (subject.startsWith('new ')) subject = subject.substring(4).trim(); if (subject.startsWith('fw: new ')) subject = subject.substring(8).trim(); Hope it helps.
Leeor Boyango
07/12/2016
Thanks. Alternatively, would this be the correct code if I want it to work whether or not the email was forwarded? if (subject.startsWith('new ') || subject.startsWith('fw: new ')) Apologies for the coding newb questions and thanks for your help!
Ted Battreall
07/11/2016
Yes. You should be able to do that.
Great App
I like this app and its very useful to attach your email to any thing and very generic app as it capture all sort of objects in salesforce.
Installation a success - Excellent customer support
Had some challenge with the Lead - Name field in setting up and running a test email. Excellent support from Vertiba after writing a quick review. Were able to resolve the issue by the next day. Looking forward to using this app.
Filters
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Jean-Luc: Were you able to get this working. If so, would you kindly consider increasing your rating. Thanks.