{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "AutoResponseRules - Metadata API", "description": "Represents an auto-response rule that sets conditions for sending automatic email responses to lead or case submissions based on the attributes of the submitted record. You can access rules metadata for all applicable objects, for a specific object, or for a specific rule on a specific object.", "file_information": ".autoResponseRules", "directory_location": "autoResponseRules", "fields_columns": [ "type", "description" ], "fields": { "autoresponseRule": { "type": "AutoResponseRule[]", "description": "Represents the definitions of the named auto-response rules." } }, "sub_types": { "AutoResponseRule": { "active": { "type": "boolean", "description": "Indicates whether the autoresponse rule is active (true) or not (false)." }, "fullname": { "type": "string", "description": "Inherited from Metadata, this field is defined in the WSDL for this metadata type. It must be specified when creating, updating, or deleting. See createMetadata() to see an example of this field specified for a call. This value can't be null." }, "ruleEntry": { "type": "RuleEntry[]", "description": "Represents the type and description for the auto-response rule." } }, "RuleEntry": { "booleanFilter": { "type": "string", "description": "Advanced filter conditions that were specified for the rule." }, "criteriaItems": { "type": "FilterItem[]", "description": "The items in the list that define the assignment criteria." }, "formula": { "type": "string", "description": "The validation formula. Specify either formula or criteriaItems, but not both fields." }, "replyToEmail": { "type": "string", "description": "The email address that appears in the reply-to header." }, "senderEmail": { "type": "string", "description": "The email address of the person or queue sending the email notification." }, "senderName": { "type": "string", "description": "The name of the person or queue sending the email notification." }, "template": { "type": "string", "description": "Specifies the template to use for the email that is automatically sent to the designated recipient. Lightning email templates aren’t packageable. We recommend using a Classic email template." } } }, "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\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 \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 \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example AutoResponseRules component:", "code": "\n \n ajbdeploytest2\n false\n \n \n Case.Description\n contains\n testing\n \n test@test.org\n tester name j\n test@@test.org\n \n \n \n" } ] }