glide.email.name_split

ServiceNow property description:

Delimiter between first and last name in an email address (e.g., ".") to identify users from incoming emails. Example: for email address john.smith@company.com, a delimiter of "." (period) tells the system to look for a user record for "John Smith".

Attributes

  • Sys ID: 0c15ac79c61122760100271a7ab065cf
  • Type: string
  • Application: Global
  • Default value: .
AI Logo

AI generated property description:

The ServiceNow property `glide.email.name_split` is used to control how email addresses are parsed within the platform. Specifically, it determines whether the system should split the email address into separate components, such as the local part and the domain part. This can be useful for various email processing tasks, such as routing or filtering emails based on specific criteria. The property is a boolean value, meaning it can be set to either true or false. When set to true, the email address will be split; when set to false, it will not. This property helps in managing and customizing email handling behavior in ServiceNow.

Source

Related property: glide.email.username