customerapps-qa-ma-app-user-creation.269518b54.eu-central-1.css.wefox.cloud Open in urlscan Pro
52.28.72.105  Public Scan

Submitted URL: http://customerapps-qa-ma-app-user-creation.269518b54.eu-central-1.css.wefox.cloud/
Effective URL: https://customerapps-qa-ma-app-user-creation.269518b54.eu-central-1.css.wefox.cloud/
Submission: On March 10 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET de/contracts/

<form class="form-signin" action="de/contracts/" method="get">
  <div class="text-center mb-4">
    <img class="mb-4" src="wefox-logo.png" alt="" width="200" height="70">
    <h1 class="h2 mb-3 font-weight-bold">Test Users Creation</h1>
    <p id="wefox_policies_helper" style="display: none;">Insert an <code>email</code>, select a <code>contract</code> and click on submit. If the account was created with this application, the contract will be added to the account. If it's a new
      account, an email will be send to activate it in the email provided</p>
    <!-- <h1 class="h2 mb-3 font-weight-bold">&#9888; The app is under maintainance</h1>
          <p>Some updates and improvements are in progress. As soon as everything is ready, the tool will be working properly again. Sorry for the inconvenience</p> -->
  </div>
  <div class="alert alert-info" role="alert" id="info_alert" style="display: none; text-align: justify;">
    <code id="info_alert_text" data-html="true">This is an info alert.</code>
  </div>
  <div class="form-label-group">
    <select class="custom-select" name="select_action" id="select_action" required="">
      <option class="" value="">What do you want to do?</option>
      <option value="wefox_policy">Create Wefox Policy</option>
      <option value="external_policy">Create Third Party Policy</option>
    </select>
  </div>
  <div name="create_wefox_policy" id="create_wefox_policy" style="display: none;">
    <div class="form-label-group">
      <select class="custom-select" name="country" id="country_type" required="">
        <option class="" value="">Select the country</option>
        <option class="de" value="de">Germany</option>
        <option class="ch" value="ch">Switzerland</option>
      </select>
    </div>
    <div class="form-label-group">
      <input type="email" id="inputEmail" class="form-control" placeholder="Email account" name="email" required="" autofocus="">
      <label for="inputEmail">Email account</label>
    </div>
    <div class="form-label-group">
      <select class="custom-select" name="contract_type" id="contract_type" required="">
        <option class="" value="">Select the contract</option>
        <option class="de" value="private-liability-comfort">Liability Comfort</option>
        <!-- <option class="de" value="household-comfort">Household Comfort</option> -->
        <!-- <option class="de" value="switch-hh">Household Switch Basic</option> -->
        <option class="ch" value="car-switch">Motor Switch V2</option>
        <!-- <option class="de" value="car-bundle-tk-v2-comfort-green">Car Bundle TK DE v2 Comfort Green</option> -->
        <!-- <option class="de" value="car-kh-v3-comfort-green-2022">Car KH DE v5 Comfort 2023.2</option> -->
      </select>
    </div>
    <p class="underline_text" id="underline_text" type="button" data-toggle="modal" data-target="#activateSwissPolicyHelper"> How can I activate my CH policy? </p>
    <div class="modal fade" id="activateSwissPolicyHelper" tabindex="-1" role="dialog" aria-labelledby="activateSwissPolicyHelperTitle" aria-hidden="true">
      <div class="modal-dialog modal-dialog-centered" role="document">
        <div class="modal-content">
          <div class="modal-header">
            <h5 class="modal-title" id="exampleModalLongTitle">How can I activate my CH policy?</h5>
            <button type="button" class="close" data-dismiss="modal" aria-label="Close">
              <span aria-hidden="true">×</span>
            </button>
          </div>
          <div class="modal-body"> By default, the new CH contracts are created as a pending contract. In order to convert this pending CH contract and activate your account, there are some steps that have to be taken: <br><br>
            <ol>
              <li>Create the user in the Users Creation Tool</li>
              <li>Go to contacts section in SalesForce</li>
              <li>Search for the user email that was just created in the UCT</li>
              <li>Go to the details of the user</li>
              <li>Go to pending contracts section</li>
              <li>Go to the details of that pending section</li>
              <li>Click on the top right button that says Convert CH Pending Contract</li>
            </ol> After that, the account activation email should be automatically sent and the contract will be active
          </div>
          <video controls="" autoplay="" muted="">
            <source src="videos/how_to_activate_ch_policy.mp4" type="video/mp4"> Your browser does not support the video tag.
          </video>
          <div class="modal-footer">
            <button type="button" class="btn btn-primary" data-dismiss="modal">Got it</button>
          </div>
        </div>
      </div>
    </div>
    <div class="form-label-group">
      <input placeholder="Select a date" type="date" class="form-control" name="contract_start_date" id="contract_start_date" required="" min="2024-03-10" max="2025-03-09">
      <label for="contract_start_date">Select the contracts start date</label>
      <script>
        var today = new Date();
        var formattedMinDate = today.toISOString().split('T')[0];
        var maxDate = new Date(today);
        maxDate.setDate(today.getDate() + 364);
        var formattedMaxDate = maxDate.toISOString().split('T')[0];
        document.getElementById("contract_start_date").value = formattedMinDate;
        document.getElementById("contract_start_date").setAttribute("min", formattedMinDate);
        document.getElementById("contract_start_date").setAttribute("max", formattedMaxDate);
      </script>
    </div>
    <button class="btn btn-lg btn-primary btn-block" id="createUserButton" type="button">Create User</button>
  </div>
  <div name="create_external_policy" id="create_external_policy" style="display: none;">
    <div class="form-label-group tooltip_right">
      <select class="custom-select select_with_tooltip" name="external_policy_type" id="external_policy_type" required="">
        <option class="" value="">Which type of account do you want?</option>
        <option class="wefox_external" value="wefox_external">Wefox + 3PP account</option>
        <option class="external_only" value="external_only">3PP Only account</option>
      </select>
      <button id="tooltip_account_type" type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="right" data-html="true" title="" style="float: right;"
        data-original-title="A Wefox + 3PP account means that the account has or will have both wefox and external policies, and the user will have a customer role. <br><br> While a 3PP only account means that the account only has or will have external policies, and the user will have a person role instead of a customer one.">
        ⓘ </button>
    </div>
    <div class="form-label-group">
      <input type="email" id="inputEmailExternal" class="form-control" placeholder="Email account" name="email_external" required="" autofocus="">
      <label for="inputEmailExternal">Email account</label>
    </div>
    <div class="form-label-group" id="account_exists_container" style="display: none;">
      <div class="tooltip_right">
        <select class="custom-select select_with_tooltip" name="account_exists" id="account_exists">
          <option class="" value="">Is this a new account or an existing account?</option>
          <option class="new_account" value="new_account">It's a new account</option>
          <option class="existing_account" value="existing_account">The account already exists</option>
        </select>
        <button id="tooltip_account_status" type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="right" data-html="true" title="" style="float: right;"
          data-original-title="If you confirm it's a new account, we will create a new account for the provided email. <br><br> Otherwise a new external policy will just be added to the existing account. <br><br>If you confirm it's a new account but the account already exists, a new wefox policy will be added to the account alongside the new external policy.">
          ⓘ </button>
      </div>
    </div>
    <div class="form-label-group">
      <label for="external_policy_status" class="floating-label"> Select the policy status </label>
      <select class="select_form_custom" name="external_policy_status" id="external_policy_status" required="">
        <option class="" disabled="" value="">Select the policy status</option>
        <option class="" value="ACTIVE" selected="">Active</option>
        <option class="" value="CREATED">Created</option>
        <option class="" value="CANCELLED">Cancelled</option>
      </select>
    </div>
    <div class="form-label-group">
      <label for="external_policy_company" class="floating-label">Select the company</label>
      <select class="select_form_custom" name="external_policy_company" id="external_policy_company" required="">
        <option class="" value="" disabled="">Select the company</option>
        <option value="23dcb245-35ee-44ad-88c3-5d9a049ae9a4">MEDIEN-VERSICHERUNG a.G. KARLSRUHE vorm. Buchgewerbe-Feuerversicherung, gegr. 1899</option>
        <option value="bd603948-acaa-4756-be49-b2f5f63cd8e4">Deutsche Lebensversicherungs-Aktiengesellschaft</option>
        <option value="b5c333e1-029e-4e27-8966-c4e2fdf1f8c8">Ostdeutsche Versicherung AG</option>
        <option value="f77011eb-f65a-4427-9575-3509e10fad62">DA Deutsche Allgemeine Versicherung Aktiengesellschaft</option>
        <option value="881f6bce-a67a-4b5e-b305-30460a713a2b">Alte Leipziger Lebensversicherung auf Gegenseitigkeit</option>
        <option value="46116aed-6b9d-4b44-be1e-9471d50b5f11">ALTE LEIPZIGER Versicherung Aktiengesellschaft</option>
        <option value="acde657e-a5c5-486b-9616-4b7e61cf9ba7">AMMERLÄNDER VERSICHERUNG Versicherungsverein a.G. (VVaG)</option>
        <option value="9d858a49-664f-4ccb-b7c9-0490b442dfdf">AXA Krankenversicherung Aktiengesellschaft</option>
        <option value="09622063-2e69-4e84-b0af-b7f8a14996a0">AXA Lebensversicherung Aktiengesellschaft</option>
        <option value="3662f6ab-5891-41c7-98b7-30dc86b6c5a2">Allianz Lebensversicherungs-Aktiengesellschaft</option>
        <option value="5f747188-2015-4c3e-96a1-cb646cddb7c1">Allianz Private Krankenversicherungs-Aktiengesellschaft</option>
        <option value="0563264f-3d47-41f9-b49b-e00e43567f29">Allianz Versicherungs-Aktiengesellschaft</option>
        <option value="93eae33f-2376-4d33-8800-a354a31ecf08">andsafe Aktiengesellschaft</option>
        <option value="833fc0ef-85c7-497b-83de-6f689f34ae65">ARAG Allgemeine Versicherungs-Aktiengesellschaft</option>
        <option value="400dcf50-3f17-414e-8bc5-944e86f6b6a8">ARAG Krankenversicherungs-Aktiengesellschaft</option>
        <option value="f862c223-d91b-4acd-9171-f001ad754007">ARAG SE</option>
        <option value="b444286f-e723-4732-a2f6-25178e4146c0">DBV Deutsche Beamtenversicherung Krankenversicherung, Zweigniederlassung der AXA</option>
        <option value="8deea18d-2de9-4bd8-ad0a-c2fd087fb233">Baloise Lebensversicherung Aktiengesellschaft Deutschland</option>
        <option value="12e250bd-1826-4227-a084-835ca942fd1a">Versicherungskammer Bayern Versicherungsanstalt des öffentlichen Rechts</option>
        <option value="79b4a391-fdb9-4f1e-b449-955a89ca3db6">Verti Versicherung AG</option>
        <option value="bc7aee98-7518-4707-be3b-a6769063d220">Württembergische Versicherung Aktiengesellschaft</option>
        <option value="6b1b8c43-4cad-4c7a-97e5-927bfd69245b">Concordia Versicherungs-Gesellschaft auf Gegenseitigkeit</option>
        <option value="291ec58e-79e1-4578-a74b-15200261f035">ERGO Versicherung Aktiengesellschaft</option>
        <option value="6500d12f-9603-49dc-aa29-a3331585b752">ERGO Vorsorge Lebensversicherung Aktiengesellschaft</option>
        <option value="05db5d8f-faf2-4e48-8839-33f7da5bb06c">DFV Deutsche Familienversicherung AG</option>
        <option value="797eb470-4ccc-4632-8690-992639bf287b">BGV-Versicherung Aktiengesellschaft</option>
        <option value="13115b14-e783-44a7-84c9-4f08e246a196">Adam Riese GmbH</option>
        <option value="340de818-feeb-4a3c-a477-0096743a3c3e">BavariaDirekt Versicherung AG</option>
        <option value="fad8bddd-00bc-45e4-97d1-5a11768f66d6">GRUNDEIGENTÜMER-VERSICHERUNG Versicherungsverein auf Gegenseitigkeit</option>
        <option value="31eb25b0-a2bb-4370-b24b-11321d2bf520">Advigon Versicherung AG</option>
        <option value="8eb5e064-8b4e-4d3d-88ad-8a75dd231d08">AXA Versicherung Aktiengesellschaft</option>
        <option value="34f6b4b7-8473-4eda-a68d-b793ed562e49">Baloise Sachversicherung Aktiengesellschaft Deutschland</option>
        <option value="3b2cc27a-47ee-4195-b731-907dc1e096d7">Basler Lebensversicherungs-Aktiengesellschaft</option>
        <option value="7f8ceeb1-beec-4022-8f56-5e9157492891">Basler Sachversicherungs-Aktiengesellschaft</option>
        <option value="b1b128fb-186c-4905-8943-318dd4884339">Barmenia Allgemeine Versicherungs-Aktiengesellschaft</option>
        <option value="d88ccf38-4de5-4a2d-b094-08547c4a3fec">Barmenia Krankenversicherung AG</option>
        <option value="20584dd0-8c47-49cc-af57-a3820511964a">Barmenia Lebensversicherung a.G.</option>
        <option value="4efc5e07-3a38-4804-a99e-d46c06eca62a">Barmenia Versicherungen a.G.</option>
        <option value="5c494dda-5c03-4932-8204-7f5e08daa1a9">BKK Gildemeister Seidensticker</option>
        <option value="88848475-f660-4741-bf16-9d2c8cce144e">Canada Life Assurance Europe plc Niederlassung für Deutschland</option>
        <option value="d9f79ffc-ce00-4520-b1e0-3319c79e00a6">Concordia Krankenversicherungs-Aktiengesellschaft</option>
        <option value="6d7fe034-12e6-4982-bdc2-1eaf177ec36a">DOMCURA AG</option>
        <option value="1746c8ad-1ae4-4931-a02d-f8e705db76fa">Lippische Landesbrandversicherung AG</option>
        <option value="916297d7-4858-4ea2-a32a-bca9f0ac8877">Neodigital Versicherung AG</option>
        <option value="d3d62143-f844-4c6c-a2c8-67d621e014d1">Janitos Versicherung Aktiengesellschaft</option>
        <option value="b8d75ad6-d28b-4691-87b5-22e4e0aa619d">GARANTA Versicherungs-Aktiengesellschaft</option>
        <option value="bebbcc3c-e8b8-4724-a64d-ff62ce0757ec">Condor Allgemeine Versicherungs-Aktiengesellschaft</option>
        <option value="2d5c2043-985c-4fd3-95d5-53d6f7c4b22c">Condor Lebensversicherungs-Aktiengesellschaft</option>
        <option value="a648f224-3c22-49a4-9c6a-35d5336d924c">Continentale Krankenversicherung a.G.</option>
        <option value="ed24f721-b4a4-47cf-b9a3-4b4ee8eee5e9">Continentale Lebensversicherung AG</option>
        <option value="bcc7f974-adf5-46f7-a679-3881a264749c">Continentale Sachversicherung Aktiengesellschaft</option>
        <option value="7d46991d-ede1-43aa-b2fd-63e601fc0eae">DELA Lebensversicherungen Zweigniederlassung der DELA Natura-en levensverzekeringen N.V. Eindhoven</option>
        <option value="ae26af74-bbb3-40e0-8b49-4c5d76ffa25c">DEURAG Deutsche Rechtsschutz-Versicherung Aktiengesellschaft</option>
        <option value="90707c72-771f-452c-8c1f-5c358718e4ae">BA die Bayerische Allgemeine Versicherung AG</option>
        <option value="6ae23863-5cb4-47e2-885c-87609b34ecbf">BL die Bayerische Lebensversicherung AG</option>
        <option value="46bed6fc-b5f3-4ab8-8497-de422c0a12ba">Die Haftpflichtkasse VVaG</option>
        <option value="e1a369bd-4022-45d8-98f2-bb74f92c4aee">DKV Deutsche Krankenversicherung Aktiengesellschaft</option>
        <option value="1971bc16-dea9-4723-9339-e84e156b258e">EUROPA Lebensversicherung Aktiengesellschaft</option>
        <option value="e491c022-b065-4808-85f3-3f5547017236">EUROPA Versicherung Aktiengesellschaft</option>
        <option value="b58f7ae7-16d9-494c-900f-e1225cc682e0">getsafe Insurance AG</option>
        <option value="42e5c4aa-6f50-4acf-8d13-7f9a5f4076bc">Gothaer Allgemeine Versicherung Aktiengesellschaft</option>
        <option value="7526b4ec-66f5-4dfe-817a-d89c7cf0d2ee">Gothaer Krankenversicherung Aktiengesellschaft</option>
        <option value="3d20a389-e173-425e-948f-ee3123c6c9b1">Gothaer Lebensversicherung Aktiengesellschaft</option>
        <option value="f7493456-4ed2-4295-a77d-52d5bdf97f23">Hallesche Krankenversicherung auf Gegenseitigkeit</option>
        <option value="2cc7ea24-a9a7-4fc7-8f0e-16354201f24b">Hannoversche Lebensversicherung AG</option>
        <option value="df9069d6-09cb-4dce-b74f-b018efd5f682">HanseMerkur Allgemeine Versicherung AG</option>
        <option value="b60258be-6e56-440a-b3eb-45da283df2c7">HanseMerkur Krankenversicherung AG</option>
        <option value="1ca6ff62-1a99-43c1-8be8-300b739893f1">HanseMerkur Lebensversicherung AG</option>
        <option value="a5d4726c-10f1-46f7-81c1-dd52a8fbd4f4">HanseMerkur Reiseversicherung AG</option>
        <option value="d045eab3-3cb3-410f-8955-1e4253862fb0">HDI Lebensversicherung AG</option>
        <option value="388b6d5f-9564-4a84-b926-762c7708414c">HDI Versicherung AG</option>
        <option value="188ad19c-2c41-4bac-b4eb-fee784114934">HEK - Hanseatische Krankenkasse</option>
        <option value="94db9b2c-100f-49c3-af16-f1263c0ed676">HELVETIA schweizerische Lebensversicherungs-Aktiengesellschaft</option>
        <option value="18553f04-1e87-4c46-a3bf-8e375f77f6c3">Helvetia Schweizerische Versicherungsgesellschaft AG Direktion für Deutschland</option>
        <option value="b65fc971-7ffa-4de5-bc7e-28ec74712328">INTER Krankenversicherung AG</option>
        <option value="e03309a1-76e5-4e64-a683-d4e0fe0ca3d5">Itzehoer Versicherung VVaG/Rechtsschutz Union</option>
        <option value="3af00d3f-1297-4a20-8d03-66c64f9cce5e">Itzehoer Versicherung/Brandgilde von 1691 Versicherungsverein auf Gegenseitigkeit</option>
        <option value="2b162112-1c7f-4e87-8696-538007fd7bd0">Landeskrankenhilfe V.V.a.G.</option>
        <option value="32989117-672d-474c-a7a9-91be1156f0e8">Lebensversicherung von 1871 auf Gegenseitigkeit München</option>
        <option value="17758410-810f-403a-a966-d02e20bed629">Manufaktur Augsburg GmbH</option>
        <option value="1fab2a7f-190d-42cf-b955-f25a4e33a01d">Münchener Verein Krankenversicherung a.G.</option>
        <option value="7d703bd2-46ff-46a6-a737-90a0f9ac0756">Münchener Verein Lebensversicherung AG</option>
        <option value="6729c82f-efd7-4981-b68d-b02e2c3e6f66">Neue Rechtsschutz-Versicherungsgesellschaft Aktiengesellschaft</option>
        <option value="f2cd1123-0b52-42e2-acc3-39a8a1da2a4a">NÜRNBERGER Allgemeine Versicherungs-Aktiengesellschaft</option>
        <option value="2ee55e81-6e2b-4281-b28b-a7cbb20cfcb3">NÜRNBERGER Krankenversicherung Aktiengesellschaft</option>
        <option value="1ecc70c4-c2ba-4cfb-9468-7a2b3b2f5517">NÜRNBERGER Lebensversicherung Aktiengesellschaft</option>
        <option value="bb4065c2-601c-4c51-a016-7149017121dc">ottonova Krankenversicherung AG</option>
        <option value="61c3c1ec-e090-4ecf-a2f9-96f3dc82288a">Rhion Versicherung Aktiengesellschaft</option>
        <option value="d5571956-0989-4674-89e9-2810d43378cc">ROLAND Rechtsschutz-Versicherungs-AG</option>
        <option value="e1f5acb5-ec96-4c72-b071-28fb4e2a3c3a">R+V Allgemeine Versicherung Aktiengesellschaft</option>
        <option value="246381fc-65e5-44b2-b19b-9fd8f99e69cf">R+V Krankenversicherung Aktiengesellschaft</option>
        <option value="8407a1b6-243e-41f1-ae47-89b586fab3aa">SIGNAL IDUNA Allgemeine Versicherung Aktiengesellschaft</option>
        <option value="3cd69d91-cc9d-4e16-8d0b-be4c777fba67">SIGNAL IDUNA Krankenversicherung a.G.</option>
        <option value="65bd628d-1c09-41b4-84fe-bb91a72ba905">SIGNAL IDUNA Lebensversicherung a. G.</option>
        <option value="368293f3-3ae5-4a75-8036-11e5f131009c">Stuttgarter Lebensversicherung a.G.</option>
        <option value="268196be-3a85-491e-918b-a3e916590c7f">Stuttgarter Versicherung Aktiengesellschaft</option>
        <option value="6e5f5746-cf26-4555-8ad4-49b4e0f9f944">Swiss Life AG, Niederlassung für Deutschland</option>
        <option value="f4fb0800-5f16-4476-ad3f-19dbeec9d31d">Union Krankenversicherung Aktiengesellschaft</option>
        <option value="adb35aed-bba4-4718-b61e-f1b42d8a9f7c">uniVersa Allgemeine Versicherung AG</option>
        <option value="36da065b-f76d-4925-95bb-53fe74a86cce">uniVersa Krankenversicherung a.G.</option>
        <option value="41ab090b-a8f9-49aa-9ca8-8e38bb036805">uniVersa Lebensversicherung a.G.</option>
        <option value="b332f7dd-452a-418d-9a76-e01b5ec70f4c">VHV Allgemeine Versicherung AG</option>
        <option value="cba3fee3-ab66-474a-ba01-9942f9591041">Volkswohl-Bund Lebensversicherung a.G.</option>
        <option value="0ed2c73b-e318-4a46-8972-bee2ba7e8a7e">VOLKSWOHL-BUND SACHVERSICHERUNG AKTIENGESELLSCHAFT</option>
        <option value="6493ec11-6041-4d10-8034-9444c1aeda99">wefox Insurance AG</option>
        <option value="af26f8af-fb52-47b2-b49f-a213cdede47c">WWK Lebensversicherung auf Gegenseitigkeit</option>
      </select>
    </div>
    <div class="form-label-group">
      <label for="external_policy_product" class="floating-label">Select the product</label>
      <select class="select_form_custom" name="external_policy_product" id="external_policy_product" required="">
        <option class="" value="" disabled="">Select the product</option>
        <option value="77827d93-0fb5-4710-b6a7-c464816581f9">Fahrradversicherung</option>
        <option value="9404baec-4caf-43e9-9032-405fa2032eac">Zahnversicherung</option>
        <option value="e1e0559d-031b-44ff-bbdf-5945871fa833">E-Bike- und E-Scooter-Versicherung</option>
        <option value="ce7d0f1e-4e98-43d9-951d-dc8ae70ae41e">Haustierhaftpflichtversicherung</option>
        <option value="b596b67f-3cbe-4c7d-9acc-f859b9006a3c">Einkommenssicherung</option>
        <option value="5619ceb3-dc6a-4ff8-9443-67acda57f986">Privat Rechtsschutzversicherung</option>
        <option value="4fcf680f-090c-4614-a8c2-62f7e1f76dd2">Gewerbe Rechtsschutzversicherung</option>
        <option value="f822ee56-777c-4ba0-a787-a6feb8162b96">Rechtsschutzversicherung für Selbstständige</option>
        <option value="ce75c934-e3e3-4a71-a02a-6b9a75135a78">Familien-und Verkehrs-Rechtsschutzversicherung</option>
        <option value="2785f7b7-cc3f-410b-a15f-4d4dccc21c61">Familien-Rechtsschutzversicherung</option>
        <option value="62a339d6-fa04-4a31-9288-ca6b8c255438">Verkehrsrechtsschutzversicherung</option>
        <option value="8a6981d5-d19d-473b-b7fa-e8679e1fc351">Risiko-Lebensversicherung</option>
        <option value="cfc3151a-94d0-4597-a5b8-fa828037d7f1">Kapital-Lebensversicherung</option>
        <option value="0dd3dfb4-d08f-4c5b-af79-14f30ed50580">Kraftfahrtversicherung gewerblich</option>
        <option value="2ee9d690-a848-460d-91e0-962356595c1b">Rentenversicherung</option>
        <option value="4b8bdfbe-6640-4ab1-a038-bf6dcf8046ab">Tierversicherung</option>
        <option value="0ee4b251-3af8-4466-ba8a-66a0b5822bba">Private Unfallversicherung</option>
        <option value="2a63996e-9672-4476-a349-b409753c2bb7">Privathaftpflichtversicherung (einschl. Sportboot-u. Hundehalter-Haftpflichtversicherung</option>
        <option value="3958e941-7fc4-48a7-828c-b7bc7072bdce">Sterbegeldversicherung</option>
        <option value="fe0e7b6a-9e62-44bf-b1e4-ae6001c155d7">Berufsunfähigkeitsversicherung</option>
        <option value="80a07dda-7872-4380-b82c-f01d1a384755">Berufsunfähigkeits-Zusatzversicherung</option>
        <option value="43316867-54c0-4cbb-bfe1-7d109cb763b4">Elektroversicherung</option>
        <option value="f44e3676-6d2e-4672-8b4b-c4bb4ba262df">Krankenzusatzversicherung</option>
        <option value="aa49391f-7577-456f-9336-abf623e83261">Krankenvollversicherung</option>
        <option value="c514f435-369a-4271-9725-fc65c31a2ff4">Haus- und Grundbesitzerhaftpflichtversicherung</option>
        <option value="d9fc04c6-6d9f-4a41-814a-c15ddc34c0f2">Bündelverträge</option>
        <option value="697f4270-ea19-4847-9086-667d2af9bc55">Auslandsreisekrankenversicherung</option>
        <option value="3dfca1f1-bdd2-415e-b6a8-0972c21c03ae">Betriebs- und Berufshaftpflichtversicherung</option>
        <option value="440de3bd-3df8-4306-8579-8164b3132415">Inhaltsversicherung für Geschäfte und Betriebe</option>
        <option value="0599e479-dd91-487e-80fc-208ace85d8c5">Kraftfahrtversicherung privat</option>
        <option value="049eb913-795e-4179-8e45-ef20334f5cfe">Private Sachversicherung</option>
        <option value="4bceff38-9063-4189-94ba-c1a259175b24">Sachgegenstandsversicherung</option>
        <option value="2ced427d-9ad6-47c4-958a-db5c1a5b5253">Gewerbliche Sachversicherung</option>
        <option value="b41dd9e3-cb2c-4489-b33b-7f0f33a4a24f">Reiseversicherung</option>
      </select>
    </div>
    <div class="form-check" style="margin-bottom:0.75em;">
      <input class="form-check-input" type="checkbox" value="" id="create_document_check" checked="">
      <label class="form-check-label" for="create_document_check"> Create a document </label>
    </div>
    <button class="btn btn-lg btn-primary btn-block" id="createExternalUserButton" type="button">Create User</button>
  </div>
  <div class="text-center mb-4">
    <p><code></code></p>
  </div>
</form>

Text Content

TEST USERS CREATION

Insert an email, select a contract and click on submit. If the account was
created with this application, the contract will be added to the account. If
it's a new account, an email will be send to activate it in the email provided

This is an info alert.
What do you want to do? Create Wefox Policy Create Third Party Policy
Select the country Germany Switzerland
Email account
Select the contract Liability Comfort Motor Switch V2

How can I activate my CH policy?

HOW CAN I ACTIVATE MY CH POLICY?

×
By default, the new CH contracts are created as a pending contract. In order to
convert this pending CH contract and activate your account, there are some steps
that have to be taken:


 1. Create the user in the Users Creation Tool
 2. Go to contacts section in SalesForce
 3. Search for the user email that was just created in the UCT
 4. Go to the details of the user
 5. Go to pending contracts section
 6. Go to the details of that pending section
 7. Click on the top right button that says Convert CH Pending Contract

After that, the account activation email should be automatically sent and the
contract will be active
Your browser does not support the video tag.
Got it
Select the contracts start date
Create User
Which type of account do you want? Wefox + 3PP account 3PP Only account ⓘ
Email account
Is this a new account or an existing account? It's a new account The account
already exists ⓘ
Select the policy status Select the policy status Active Created Cancelled
Select the company Select the company MEDIEN-VERSICHERUNG a.G. KARLSRUHE vorm.
Buchgewerbe-Feuerversicherung, gegr. 1899Deutsche
Lebensversicherungs-AktiengesellschaftOstdeutsche Versicherung AGDA Deutsche
Allgemeine Versicherung AktiengesellschaftAlte Leipziger Lebensversicherung auf
GegenseitigkeitALTE LEIPZIGER Versicherung AktiengesellschaftAMMERLÄNDER
VERSICHERUNG Versicherungsverein a.G. (VVaG)AXA Krankenversicherung
AktiengesellschaftAXA Lebensversicherung AktiengesellschaftAllianz
Lebensversicherungs-AktiengesellschaftAllianz Private
Krankenversicherungs-AktiengesellschaftAllianz
Versicherungs-Aktiengesellschaftandsafe AktiengesellschaftARAG Allgemeine
Versicherungs-AktiengesellschaftARAG Krankenversicherungs-AktiengesellschaftARAG
SEDBV Deutsche Beamtenversicherung Krankenversicherung, Zweigniederlassung der
AXABaloise Lebensversicherung Aktiengesellschaft DeutschlandVersicherungskammer
Bayern Versicherungsanstalt des öffentlichen RechtsVerti Versicherung
AGWürttembergische Versicherung AktiengesellschaftConcordia
Versicherungs-Gesellschaft auf GegenseitigkeitERGO Versicherung
AktiengesellschaftERGO Vorsorge Lebensversicherung AktiengesellschaftDFV
Deutsche Familienversicherung AGBGV-Versicherung AktiengesellschaftAdam Riese
GmbHBavariaDirekt Versicherung AGGRUNDEIGENTÜMER-VERSICHERUNG
Versicherungsverein auf GegenseitigkeitAdvigon Versicherung AGAXA Versicherung
AktiengesellschaftBaloise Sachversicherung Aktiengesellschaft DeutschlandBasler
Lebensversicherungs-AktiengesellschaftBasler
Sachversicherungs-AktiengesellschaftBarmenia Allgemeine
Versicherungs-AktiengesellschaftBarmenia Krankenversicherung AGBarmenia
Lebensversicherung a.G.Barmenia Versicherungen a.G.BKK Gildemeister
SeidenstickerCanada Life Assurance Europe plc Niederlassung für
DeutschlandConcordia Krankenversicherungs-AktiengesellschaftDOMCURA AGLippische
Landesbrandversicherung AGNeodigital Versicherung AGJanitos Versicherung
AktiengesellschaftGARANTA Versicherungs-AktiengesellschaftCondor Allgemeine
Versicherungs-AktiengesellschaftCondor
Lebensversicherungs-AktiengesellschaftContinentale Krankenversicherung
a.G.Continentale Lebensversicherung AGContinentale Sachversicherung
AktiengesellschaftDELA Lebensversicherungen Zweigniederlassung der DELA
Natura-en levensverzekeringen N.V. EindhovenDEURAG Deutsche
Rechtsschutz-Versicherung AktiengesellschaftBA die Bayerische Allgemeine
Versicherung AGBL die Bayerische Lebensversicherung AGDie Haftpflichtkasse
VVaGDKV Deutsche Krankenversicherung AktiengesellschaftEUROPA Lebensversicherung
AktiengesellschaftEUROPA Versicherung Aktiengesellschaftgetsafe Insurance
AGGothaer Allgemeine Versicherung AktiengesellschaftGothaer Krankenversicherung
AktiengesellschaftGothaer Lebensversicherung AktiengesellschaftHallesche
Krankenversicherung auf GegenseitigkeitHannoversche Lebensversicherung
AGHanseMerkur Allgemeine Versicherung AGHanseMerkur Krankenversicherung
AGHanseMerkur Lebensversicherung AGHanseMerkur Reiseversicherung AGHDI
Lebensversicherung AGHDI Versicherung AGHEK - Hanseatische KrankenkasseHELVETIA
schweizerische Lebensversicherungs-AktiengesellschaftHelvetia Schweizerische
Versicherungsgesellschaft AG Direktion für DeutschlandINTER Krankenversicherung
AGItzehoer Versicherung VVaG/Rechtsschutz UnionItzehoer Versicherung/Brandgilde
von 1691 Versicherungsverein auf GegenseitigkeitLandeskrankenhilfe
V.V.a.G.Lebensversicherung von 1871 auf Gegenseitigkeit MünchenManufaktur
Augsburg GmbHMünchener Verein Krankenversicherung a.G.Münchener Verein
Lebensversicherung AGNeue Rechtsschutz-Versicherungsgesellschaft
AktiengesellschaftNÜRNBERGER Allgemeine
Versicherungs-AktiengesellschaftNÜRNBERGER Krankenversicherung
AktiengesellschaftNÜRNBERGER Lebensversicherung Aktiengesellschaftottonova
Krankenversicherung AGRhion Versicherung AktiengesellschaftROLAND
Rechtsschutz-Versicherungs-AGR+V Allgemeine Versicherung AktiengesellschaftR+V
Krankenversicherung AktiengesellschaftSIGNAL IDUNA Allgemeine Versicherung
AktiengesellschaftSIGNAL IDUNA Krankenversicherung a.G.SIGNAL IDUNA
Lebensversicherung a. G.Stuttgarter Lebensversicherung a.G.Stuttgarter
Versicherung AktiengesellschaftSwiss Life AG, Niederlassung für DeutschlandUnion
Krankenversicherung AktiengesellschaftuniVersa Allgemeine Versicherung
AGuniVersa Krankenversicherung a.G.uniVersa Lebensversicherung a.G.VHV
Allgemeine Versicherung AGVolkswohl-Bund Lebensversicherung a.G.VOLKSWOHL-BUND
SACHVERSICHERUNG AKTIENGESELLSCHAFTwefox Insurance AGWWK Lebensversicherung auf
Gegenseitigkeit
Select the product Select the product FahrradversicherungZahnversicherungE-Bike-
und
E-Scooter-VersicherungHaustierhaftpflichtversicherungEinkommenssicherungPrivat
RechtsschutzversicherungGewerbe RechtsschutzversicherungRechtsschutzversicherung
für SelbstständigeFamilien-und
Verkehrs-RechtsschutzversicherungFamilien-RechtsschutzversicherungVerkehrsrechtsschutzversicherungRisiko-LebensversicherungKapital-LebensversicherungKraftfahrtversicherung
gewerblichRentenversicherungTierversicherungPrivate
UnfallversicherungPrivathaftpflichtversicherung (einschl. Sportboot-u.
Hundehalter-HaftpflichtversicherungSterbegeldversicherungBerufsunfähigkeitsversicherungBerufsunfähigkeits-ZusatzversicherungElektroversicherungKrankenzusatzversicherungKrankenvollversicherungHaus-
und
GrundbesitzerhaftpflichtversicherungBündelverträgeAuslandsreisekrankenversicherungBetriebs-
und BerufshaftpflichtversicherungInhaltsversicherung für Geschäfte und
BetriebeKraftfahrtversicherung privatPrivate
SachversicherungSachgegenstandsversicherungGewerbliche
SachversicherungReiseversicherung
Create a document
Create User







Text


⚠ THE TOOL IS NOT AVAILABLE FOR DEV ENVIRONMENT ⚠

This tool is no longer available for DEV environment, since there are new
features that are not available in this environment. We recommend you to use the
tool in STG environment.


Close