October 2019

Agile Team Dynamics

  • by

Agile Team Dynamics

Author

On Agile Teams, our utmost priority is to gratify the customer through early and continuous delivery of valuable output. Share the minimum viable product, seek Feedback, and implement the changes, that’s the cycle through which the product moves and improves to fulfill the customers’ requirements.

Read More »Agile Team Dynamics

Email Services in Salesforce

  • by

Email Services in Salesforce

Author

Email services in Salesforce are automated processes that use Apex class to process the Attachments, Headers, and Contents of an inbound email. We can associate each email service with one or more Salesforce-generated email addresses through which users can send messages for processing.

Use of Apex In Email Services

Apex class act as a medium to process incoming email messages. When we set up an email service in salesforce, we need to generate a special email address in which salesforce will receive emails.
We can use Apex to receive and process email and attachments from the external system to the Salesforce Platform.
The email that is sent by the external user is received by the Apex email service in salesforce and processed by Apex classes that use the Inbound Email object.

Read More »Email Services in Salesforce