|
Available from version |
1.8.0 |
|---|---|
|
Necessity |
required [alternative to code] |
|
Value type |
text |
Description
The e-mail address of the user.
Alternatively, a placeholder e-mail address can be specified.
The e-mail address must match one of the registered domains of the message group.
Notice Regarding Automatic Registration
If automatic registration is preconfigured, the Welcome Screen will be skipped and the user will be registered automatically.
As a result, the user will no longer have the option to decline the transmission of error reports before registration.
However, the error reporting setting can still be adjusted afterwards under Settings. Like automatic registration itself, this setting can also be preconfigured via sendErrorLogs.
Example
Android
JavaScript
"managedProperty": [
{
"key": "emailAddress",
"valueString": "test.sample@company.com"
}
]
iOS
XML
<key>emailAddress</key>
<string>test.sample@company.com</string>