CSA CSA - ServiceNow System Administrator Notifications and Email Configuration 1 — Questions and Answers
Question 1: In ServiceNow, which module is used to create and manage email notifications sent to users?
- Email Accounts
- Notifications (Correct answer)
- Inbound Actions
- Email Logs
Correct answer: Notifications
The Notifications module (System Notification > Email > Notifications) is where admins define when and to whom emails are sent.
Question 2: What are the three trigger conditions you can configure for a ServiceNow Notification?
- Created, Updated, Deleted (Correct answer)
- Inserted, Updated, Queried
- New, Changed, Resolved
- Opened, Assigned, Closed
Correct answer: Created, Updated, Deleted
ServiceNow Notifications can fire on record Created, Updated, or Deleted events for the specified table.
Question 3: Which field in a ServiceNow Notification definition specifies the recipient of the email?
- To
- Users/Groups to notify (Correct answer)
- Recipients
- Send To
Correct answer: Users/Groups to notify
The 'Users/Groups to notify' section of a Notification record defines who receives the email, including users, groups, and dynamic recipients.
Question 4: What is the purpose of an Email Template in ServiceNow?
- To define inbound email routing rules
- To create reusable subject and body content for Notifications (Correct answer)
- To store outbound SMTP settings
- To map email fields to task fields
Correct answer: To create reusable subject and body content for Notifications
Email Templates provide reusable subject and body content that can be referenced by multiple Notification records.
Question 5: Which ServiceNow feature allows variable substitution in Notification email bodies using field values from the triggering record?
- Workflow Scratchpad
- Email Scripts
- Mail Scripts (Correct answer)
- Field Substitution Variables
Correct answer: Mail Scripts
Mail Scripts (also called email scripts) allow dynamic content insertion using JavaScript that evaluates against the triggering record.
Question 6: How do you reference a field value directly in a ServiceNow Notification email body?
- {{field_name}}
- ${field_name} (Correct answer)
- ${record.field_name}
- ${variable.field_name}
Correct answer: ${field_name}
ServiceNow uses the ${field_name} syntax in notification bodies to dynamically insert field values from the triggering record.
In ServiceNow, which module is used to create and manage email notifications sent to users?