Adding a data store with basic authorization

Last Updated : Sep 18, 2026 |
Prolog information
You can connect external data store with basic authorization method to Routing Core Server. The contact center records customer journey events to the connected external data stores. You can specify the connection and basic authentication parameters between the contact center and the external data store.
  1. On the Configuration Server web portal, go to AdministrationCustomer JourneyData Store.
  2. At the top-right corner of the Data Store page, click the Add icon.
    STEP RESULT:
    Configuration Server displays the data store configuration fields.
  3. On the Add Data Store page, in the Name field, type the name of the data store.
    ADDITIONAL INFORMATION:
    You can type a maximum of 35 Unicode characters.
  4. In the Description field, type a short description of the data store.
    ADDITIONAL INFORMATION:
    You can type a maximum of 50 Unicode characters.
  5. In the Host (FQDN/IP) field, type the FQDN or IP address of the external data store.
    ADDITIONAL INFORMATION:
    Host (FQDN/IP) defines the base URL of the external data store. The full path to customer journey data in the data store depends on the Host (FQDN/IP) value and the Path to Data Store value that you specify for the journey profile associated with the data store.
  6. In the Method drop-down list, select one of the following HTTP request methods to store journey profile records:
    • PUT
    • POST
    ADDITIONAL INFORMATION:
    By default, the contact center uses the POST method to store journey profile records in the data store.
  7. Click Journey Profile and select the required journey profile from the Journey Profiles pane at the right.
    STEP RESULT:
    The contact center stores event records of the selected journey profile in the data store.
  8. In the Protocol drop-down list, select the protocol the contact center uses to connect to the data store.
    ADDITIONAL INFORMATION:
    By default, the contact center uses HTTPS protocol to connect to the data store.
  9. To enable verification of the data store certificate, select Verify Far End Certificate.
    ADDITIONAL INFORMATION:
    You can enable certificate verification if you set Protocol to HTTPS.
  10. In the Authentication Details section, in the Authorization Type drop-down list, select Basic.
  11. In the User Name field, specify the username for authentication to the data store.
  12. In the Password field, type the password for authentication to the data store.
  13. At the top-right corner of the page, click Commit.
    STEP RESULT:
    Configuration Server saves the data store configuration and redirects you to the Data Store page.