This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bizweaver:connections [2024/05/15 14:24] dlee |
bizweaver:connections [2025/06/10 14:26] (current) afernandes [SMTP Connections] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| {{ : | {{ : | ||
| + | |||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | - **[[bizweaver: | ||
| + | |||
| ===== Connection Listing ===== | ===== Connection Listing ===== | ||
| Line 16: | Line 27: | ||
| {{ : | {{ : | ||
| - | * Click on the dropdown menu “New Connections” to **define a new** connection | + | * Click on the dropdown menu **New Connections** |
| - | * Double-click on an item to open it for **editing**. | + | * Double-click on a connection |
| * The existing configuration information is displayed. | * The existing configuration information is displayed. | ||
| * You will need to re-enter user/ | * You will need to re-enter user/ | ||
| Line 23: | Line 34: | ||
| * The application will validate things like server, database, and authentication information by completing the connection. | * The application will validate things like server, database, and authentication information by completing the connection. | ||
| * If any errors are reported, the connection will not be saved. | * If any errors are reported, the connection will not be saved. | ||
| - | * Select connections and click the Export button to export connections to a file. | + | * Select connections and click the **Export** button to export connections to a file. |
| * The export file can be password protected | * The export file can be password protected | ||
| Line 138: | Line 149: | ||
| ===== SMTP Connections ===== | ===== SMTP Connections ===== | ||
| - | SMTP connections are used to provide connection information for the server(s) that handle email. Most installations will only have one SMTP connection. However, there is no technical restriction on the number of connections that are defined. | + | SMTP connections are used to provide connection information for the server(s) that handle email. Most installations will only have one SMTP connection. However, there is no technical restriction on the number of connections that are defined. |
| + | |||
| + | **Basic Authentication** | ||
| {{ : | {{ : | ||
| Line 146: | Line 159: | ||
| * **Enable SMTP Credentials** (Username & password) \\ <WRAP info round center> Your installation may not require SMTP credentials to send mail from Bizweaver. However, identifying a valid user in this step is required to use the error handling functions of Bizweaver. </ | * **Enable SMTP Credentials** (Username & password) \\ <WRAP info round center> Your installation may not require SMTP credentials to send mail from Bizweaver. However, identifying a valid user in this step is required to use the error handling functions of Bizweaver. </ | ||
| * The connection information is saved but is not validated. Any connection errors will only be shown when the connection is used in a workflow. | * The connection information is saved but is not validated. Any connection errors will only be shown when the connection is used in a workflow. | ||
| + | |||
| + | **Oauth2 Authentication** | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | * **Tenant ID** is a unique identifier (GUID) for your Microsoft 365 organization (Azure Active Directory tenant). | ||
| + | * **Client ID** is a GUID that uniquely identifies the OAuth app registered in your Azure AD. | ||
| + | * **Client Secret** is a confidential string (like a password) generated for the registered app in Azure AD. | ||
| + | * The connection information is saved but is not validated. Any connection errors will only be shown when the connection is used in a workflow. | ||
| + | <WRAP info round center> Go to the // | ||
| + | </ | ||
| ==== Email Setup for Microsoft Office365 ==== | ==== Email Setup for Microsoft Office365 ==== | ||
| Line 175: | Line 199: | ||
| {{ : | {{ : | ||
| + | |||
| ===== Exchange Connections ===== | ===== Exchange Connections ===== | ||
| Exchange connections are used to access a Microsoft Exchange server directly. | Exchange connections are used to access a Microsoft Exchange server directly. | ||
| Line 236: | Line 261: | ||
| - **Username** and **Password** are the credentials that will be used to " | - **Username** and **Password** are the credentials that will be used to " | ||
| - The connection information is saved but is not validated. Any connection errors will only be shown when the connection is used in a workflow. | - The connection information is saved but is not validated. Any connection errors will only be shown when the connection is used in a workflow. | ||
| + | |||
| + | ===== GraphQL Connections ===== | ||
| + | A GraphQL connection lets your application communicate with a GraphQL server through a single HTTP endpoint. Instead of multiple REST routes (e.g., | ||
| + | {{ : | ||
| + | |||
| + | * Enter the following fields: | ||
| + | * Connection Name: provide a unique name (e.g., CountryGraphQLConn). | ||
| + | * Description: | ||
| + | * EndPoint URI: the full URL endpoint for your GraphQL API (e.g., https:// | ||
| + | * Add headers (optional). | ||
| + | * Enter the header key (e.g., Authorization) | ||
| + | * Enter the header value (e.g., Bearer< | ||
| + | * Click Add Header to populate the header in the list | ||
| + | * Repeat for additional headers as needed | ||
| + | * Save your connection. | ||
| + | * Click Save in the Connection Details tab | ||
| + | * Your new GraphQL connection will now appear in the Connections list. | ||
| ====== Delete A Global Configuration ====== | ====== Delete A Global Configuration ====== | ||
| Line 256: | Line 298: | ||
| - Click [**Close**] to exit without saving any changes. | - Click [**Close**] to exit without saving any changes. | ||
| + | ---- | ||
| + | **[[bizweaver: | ||