emailRegistrations
| Available from version | 1.15.0 |
|---|---|
| Necessity | optional |
| Value type | text |
Description
This property can be used to specify multiple registries via an e-mail address that will be executed automatically.
A JSON array is specified as the value, where each of the JSON objects it contains represents a registration.
Properties
The following properties can be specified per registration:
| Property | Necessity | Notwendigkeit |
|---|---|---|
| supportEmailAddress | optional | |
| remarkgroupId | optional | |
| region | optional | |
| categories | optional | |
| historyOffset | optional | |
| emailAddress | required | |
| allowLogout | optional | |
| supportEmailAddress | optional | |
| remarkgroupId | optional | |
| region | optional | |
| categories | optional | |
| historyOffset | optional | |
| emailAddress | required | |
| allowLogout | optional | |
| region | optional | |
| region | optional | |
| region | optional | |
| region | optional | |
| region | optional | |
| emailAddress | required | |
| supportEmailAddress | optional | |
| remarkgroupId | optional | |
| categories | optional | |
| historyOffset | optional | |
| allowLogout | optional | |
| remarkgroupId | optional | |
| remarkgroupId | optional | |
| remarkgroupId | optional | |
| remarkgroupId | optional | |
| supportEmailAddress | optional |
Example
Android
JS
"managedProperty": [
{
"key": "emailRegistrations",
"valueString": "[{\"emailAddress\": \"sample@company.com\"}, {\"emailAddress\": \"demo@company.com\", \"remarkGroupId\": \"8e217fa4-e0b2-4c3e-9649-b895ce53d4d8\", \"historyOffset\": 30}]"
}
]
iOS
XML
<key>emailRegistrations</key>
<string>[{"emailAddress": "sample@company.com"}, {"emailAddress": "demo@company.com", "remarkGroupId": "8e217fa4-e0b2-4c3e-9649-b895ce53d4d8", "historyOffset": 30}]</string>