-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #470 from Cognigy/feature/securehub-upload
First publication. Last action: Added German Localization to Fields and descriptors
- Loading branch information
Showing
10 changed files
with
819 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Auf SecureHub hochladen | ||
|
||
Dieses benutzerdefinierte Modul ermöglicht es uns, Dateien auf ein Speicherkonto eines Drittanbieters hochzuladen, wodurch das ``securehub-file-upload``-Webchat-[Plugin](https://github.com/Cognigy/WebchatPlugins/tree/master/plugins/file) ausgelöst wird -hochladen). | ||
|
||
**WICHTIG (CORS):** | ||
|
||
Beim Ausführen dieser benutzerdefinierten Knoten könnte eine Fehlermeldung angezeigt werden, die besagt, dass der *origin https://webchat-demo.cognigy.ai durch die CORS-Richtlinie* blockiert wurde. Um dies zu beheben, muss die **CORS-Konfiguration** angepasst werden – Sie müssen zulassen, dass der Webchat Dateien am richtigen Ort speichert. | ||
|
||
## Auf Securehub-Speicher hochladen | ||
|
||
Um das benutzerdefinierte Modul korrekt nutzen zu können, sind einige Elemente erforderlich. | ||
|
||
* Ordnernamen | ||
|
||
Dies ist der Name des Ordners, in den die Dateien hochgeladen werden. | ||
|
||
* Base URL | ||
|
||
Die Base URL für die SecureHub-Umgebung. Normalerweise *securehub.yourcompanyname.com* oder ein ähnliches Muster. "https://" usw. sind nicht erforderlich. | ||
|
||
* SecureHub Verbindung | ||
|
||
Für die Verbindung benötigen wir Ihren Benutzernamen und Ihr Passwort. | ||
|
||
## Zusätzliche Einstellungen | ||
|
||
* Nicht auhorisierte Zertifikate ablehnen | ||
|
||
Wird automatisch auf „false“ gesetzt. Lassen Sie „false“, wenn Sie Zertifikatsfehler von SecureHub erhalten. | ||
|
||
* Ablauf des Links festlegen | ||
|
||
Soll der Standard-Linkablauf verwendet werden oder möchten Sie ein benutzerdefiniertes Datum verwenden? | ||
|
||
* Linkablauf (in Tagen) | ||
|
||
In wie vielen Tagen ab dem aktuellen Tag sollte der Link ablaufen? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Upload To SecureHub | ||
|
||
This Custom Module will allow us to upload files to a third party storage account triggering the ``securehub-file-upload`` Webchat [plugin](https://github.com/Cognigy/WebchatPlugins/tree/master/plugins/file-upload). | ||
|
||
**IMPORTANT (CORS):** | ||
|
||
One could get an error message while executing these Custom Nodes where it says that the *origin https://webchat-demo.cognigy.ai has been blocked by CORS policy*. In order to fix this, the **CORS Configuration** needs to be adjusted -- you need to allow the webchat to store files in the correct location. | ||
|
||
## Upload To Securehub Storage | ||
|
||
In order to use the custom module correctly, some items are needed. | ||
|
||
* Folder Name | ||
|
||
This is the name given to the folder where the files will be uploaded. | ||
|
||
* Base URL | ||
|
||
The base URL for the SecureHub environment. Usually *securehub.yourcompanyname.com* or a similar pattern. "https://" etc. are not required. | ||
|
||
* Connection | ||
|
||
In the connection we will need your username and password. | ||
|
||
## Additional Options | ||
|
||
* Reject Unauthorized Certificates | ||
|
||
Automatically set to false. Leave as false if you receive certificate errors from SecureHub. | ||
|
||
* Define Link Expiration | ||
|
||
Should the standard link expiration be used or would you like to use a custom date. | ||
|
||
* Link Expiration (in Days) | ||
|
||
In how many days from the current day should the link expire? |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.