Yes , it is possible to create a record just by sending an email to your Salesforce login.....
All can be done with the Salesforce's awesome feature called 'Email Services'.
With This Email Services in Salesforce all we have to do is,
Email Services can be created by
SetUp --- Develop --- Email Services
The generated email from Salesforce will be like
testemail@9q9zr6cc1w67kjgunhpqftj32.in.sandbox.salesforce.com
Email Service also facilitate users to get known to the errors occurring while processing the email.
Users can specify an alternate email address to which the errors can be diverted..
Users need to write an Apex class to fetch the details in the email with the help of inBound email Class function.
That's it we can create a Email Service.......
All can be done with the Salesforce's awesome feature called 'Email Services'.
With This Email Services in Salesforce all we have to do is,
- Associate one Email id with Salesforce.
- An Email from Salesforce will be generated and should be associated for.Sending mails to the salesforce.
- A class should be written to traverse the details from the mail and associate the details to the required fields in the Object....(Please check my next post For Example with the Inbound email Messaging)
Email Services can be created by
SetUp --- Develop --- Email Services
The generated email from Salesforce will be like
testemail@9q9zr6cc1w67kjgunhpqftj32.in.sandbox.salesforce.com
Email Service also facilitate users to get known to the errors occurring while processing the email.
Users can specify an alternate email address to which the errors can be diverted..
Users need to write an Apex class to fetch the details in the email with the help of inBound email Class function.
That's it we can create a Email Service.......
No comments:
Post a Comment