Salesforce Email Services. Sample use case is "Email to Quote".
To work on this project in a scratch org:
- Set up CumulusCI
- Run
cci flow run dev_org --org dev
to deploy this project. This will fail initially when pushing the project with: [Failed]: Update of EmailServicesFunction QuoteEmailService: Error: In field: Username - no User named - In emailservices/QuoteEmailService.xml-meta.xml, update username in [email protected] to use the scratch org username.
- Run
cci task run dx_push -o extra -f --org dev
to push the project to the scratch org again. - Run
cci org browser dev
to open the org in your browser.