{ "sections": [ "title", "description", "fields", "usage", "wsdl_segment", "field_reference" ], "title": "ApexEmailNotification - Data API", "description": "Stores a Salesforce user ID or external email address to be notified when unhandled Apex exceptions occur. This object is available in API version 35.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "Email": { "type": "string", "properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update", "description": "The external email address to which the notification is sent. Mutually exclusive with the UserId field." }, "UserId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "ID of the user to which the notification is sent. Mutually exclusive with the Email field. This is a relationship field.", "relationship_name": "User", "relationship_type": "Lookup", "refers_to": "User" } }, "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.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Email": { "field_label": "email", "type": "string", "length": "255" }, "Id": { "field_label": "Apex Email Notification ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "UserId": { "field_label": "User ID", "type": "reference", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length" ] }