Step 1: Create a Salesforce email service to manage feedback from Amazon SNS
Estimate time: 3 minutes
- Go to Setup > Develop > Email Services
- Click the New email Service button
- On the Email Service page, fill in the form as follows:
- Email Service Name: sbx_EmailAWSResponseHandler
- Apex Class: sbx_EmailAWSResponseHandler
- Accept Attachments: None
- Advanced Email Security Settings: (unchecked)
- Accept Email From: (leave blank)
- Convert Text Attachments to Binary Attachments: (unchecked)
- Active: (checked)
- Over Email Rate Limit Action: Discard message
- Deactivated Email Address Action: Discard message
- Deactivated Email Service Action: Discard message
- Unauthenticated Sender Action: Discard message
- Enable Error Routing: (unchecked)
- Route Error Emails to This Email Address: (leave blank)
- Click Save and New Email Address button
- On the Email Service Address page, fill in the form as follows:
- Email Address: sbx_emailawsresponsehandler
- Active: (checked)
- Context User: (choose the user that will have full access to the Soapbox Mailer app, and to all related services)
- Accept Email From: (leave blank)
- Click Save
- Copy the full email address provided by Salesforce, which will be utilized in the next step