The “Port X” panel simplifies integrating your Sharpen contact center or IVR with any banking core, tailored primarily for credit unions, banks, and other financial institutions. This all-in-one integration hub offers straightforward access to banking systems, enhancing operational efficiency. The Port X panel includes dropdown options for easy configuration, streamlining the setup of your banking core integration.
Using this panel
The Port X panel is intended to greatly reduce the amount of time that it takes to set up an integration to our customer’s banking core. Generally, when integrating to a banking core, there is a long period of application development required to build out the connection between Sharpen and the customer’s banking core. Port X has already done the footwork to build the connection to the banking core, and offer a standard API for Sharpen to use. This greatly reduces the amount of time required, and the complexity of the integration.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Prerequisites
|
Configuration
Panel Name: Enter a unique name to identify the panel.
Set as Flow Initiator: Select this button to set the panel as the starting point (i.e., the flow initiator) of the Logic flow. Once set, this can only be removed by setting a different panel as the flow initiator.
Panel Description: Enter notes about the panel for reference here. This field is collapsed by default. Select the down arrow to expand.
API Integration: Choose an integration to call by either using the dropdown menu (default) or entering a variable:
Use Dropdown: Select an integration from the dropdown menu. All integrations created within your company's Sharpen account will appear here.
Use Variable: Enter a variable that contains an integration's ID.
Token Integration: Choose an integration to call for the token by either using the dropdown menu (default) or entering a variable:
Use Dropdown: Select an integration from the dropdown menu. All integrations created within your company's Sharpen account will appear here.
Use Variable: Enter a variable that contains an integration's ID.
PortX Action: The selectable list of available API actions.
Actions
Get Persons
Get Person Accounts
Get Account by ID
Get Account Balances
Get Account Transactions
Queries: A query using caller data, ensuring precise information retrieval.
Use Dropdown: Select an option from the drop-down.
Last Name Is
First Name Is
Name Includes
TIN Is
SSN Is
Phone Number Is
Use Variable: Enter a variable.
Value: A value that can be passed in the query.
Body: Enter the request body as a JSON string.
Variables: Store the API request's response data by creating a variable. Select the plus sign (+) by Add New to add a new line entry for a variable. Each entry defines a variable by name and JSON path. See Additional Information at the bottom of the page for more information.
Name: Enter a unique variable name.
Jsonpath: Enter the JSON path to the desired data in the response body (e.g.,
$.results[0].firstName
). Stores the entire response body by default if this field is left empty.
Exit Paths: Use the dropdown menu to select another panel in your flow. Any output from this panel will advance to the linked panel.
Default: The Default path is taken upon panel execution.
Error: The path taken when there is an error