Skip to main content
Skip table of contents

emailRegistrations


Verfügbar ab Version

1.15.0

Notwendigkeit

Optional

Werttyp

Text

Beschreibung

Mit dieser Eigenschaft können mehrer Registrierungen über einen E-Mail Adresse angegeben werden, die automatisch ausgeführt werden.

Als Wert wird ein JSON-Array angegeben, bei welchem jedes der darin enthaltenen JSON-Objekte eine Registrierung darstellt.

Eigenschaften

Folgende Eigenschaften können pro Registrierung angegeben werden:

Eigenschaft

Notwendigkeit

emailAddress

Erforderlich

supportEmailAddress

Optional

remarkgroupId

Optional

region

Optional

categories

Optional

historyOffset

Optional

allowLogout

Optional


Beispiel

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>


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.