Newer Version Available

This content describes an older version of this product. View Latest

ApexEmailNotification

Stores Salesforce users and external email addresses to be notified when unhandled Apex exceptions occur. Available in API version 35.0 and later.

Supported SOAP API Calls

create()delete()query()retrieve()update()

Supported REST API HTTP Methods

Query, GET, POST, PATCH, DELETE

Fields

Field Name Details
Email
Type
email
Properties
Create, Filter, Group, idLookup, Nillable, Sort, Update
Description
A semicolon-delimited list of email addresses to notify when unhandled Apex exceptions occur.
UserId
Type
ID
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Users of your org to notify when unhandled Apex exceptions occur.

Usage

To notify users of your org at the email addresses they have on record, use UserId. To notify external users or alternate email addresses, use Email.