Ainua Portal is a customer service platform that consolidates data from various systems into one site. It allows for easy branding, two-way data updates, multilingual support, device-responsive layouts, and strong information security.
Easily brand your customer portal with your own brand colors and logo, without needing any coding.
Keep customer data up-to-date across systems by allowing two-way synchronization.
Support for multiple languages with easy modification by mapping integrated data to fields and selecting translations.
Responsive layouts ensure information is consolidated regardless of the device being used by the customer.
Offers robust and reliable data protection using top-tier security practices for the platform and identity management.
Reliable operations supported with AI, helping customers do business efficiently by applying AI where it adds value.
Guides you on how to set up Ainua Portal and integrate your first data from your back-office solution.
Provides information on Ainua Portal integration interfaces.
Offers concrete examples on setting up data flows with Ainua Portal.
Contains information about Ainua Portal.
Allows customization of portal appearance with color palettes, logos, and background images.
Provides initial information about the portal without requiring login. Configurable with hero images and text.
Heart of the portal with customizable sections including hero images and data integration.
Uses 'integration first' principle to map data from enterprise systems to the portal with development modes for testing and implementation.
Provides actions based on data, such as linking to pages or sending emails for integrated interactions.
Supports multiple languages and allows translations for display text within the portal, customizable for different data sources.
Allows integration with multiple data sources like CRM's, ticketing systems, and subscription management solutions. It supports combining data from multiple back-office solutions.
Provides the ability to create custom integrations using AInua Portal REST APIs for more tailored solutions.
User experience is organized around pages. Each page represents a collection of data, such as messages or transactions, related to specific information.
Allows easy setup of a portal instance on top of the Ainua Portal, focusing on streamlining workflows.
Supports integration of data flows between various back-office solutions and Ainua Portal, recommending cost-effective workflow solutions.
Enables direct integrations against Ainua Portal integration APIs for custom system integrations within companies.
Connectors are used to obtain an authentication token which is required for accessing integration endpoints in AinuA Portal.
The Users API is used to map back-office user IDs to a single identity in AinuA Portal for synchronization purposes.
The Items API is used to publish data to a page within AinuA Portal, aiding in the integration of back-office solutions.
Ainua Portal provides REST interfaces to facilitate integration with various systems, allowing data exchange and communication between different applications.
Includes a storage solution for maintaining data relevant to the portal's functionalities and user information.
Offers user interface components for both portal admins and end-users, allowing interaction and control.
A dedicated side of the portal that allows admins to manage the content and appearance of the client side.
An interface designed for end-users to interact with the portal, where the information and appearances are managed by the admin.
The portal is designed with a logical collection of information represented as separate pages (e.g., subscriptions, messages, projects).
Supports integration with existing back-office solutions like CRM, ERP, and ticketing systems.
Includes solutions for managing data transfers within the portal's ecosystem, such as workflow and customer data platform management.
Integrates data from Hubspot to Ainuaportal using Power Automate.
Detects and synchronizes changes in contact cards from HubSpot to Ainuaportal, enabling updates to user information.
Set up a Private App in Hubspot to receive notifications of changes via webhooks, allowing real-time data updates.
Configure event subscriptions for contact properties in Hubspot to trigger updates in Ainuaportal.
Create and configure a HubSpot connector in Ainuaportal to enable data update workflows.
Automates various scenarios such as creating, updating, or deleting contact cards in Hubspot, triggered by events.
Create a connector in the AInua Portal administration to establish a dedicated connection for each data source. This enables convenient updates of users and items within the same scope.
Request a bearer token using client credentials. Use the information provided during connector creation, such as ainu_url, client_id, and client_secret, to obtain this token.
Once you have a bearer token, you can authenticate API requests by including the token in an HTTP header. This ensures secure access to the AInua Portal REST APIs.
Allows back-office solutions to integrate user data with AInua Portal by using a common user email address to identify and combine identities from different systems. This includes syncing user data such as email addresses across different back-office systems.
Provides a REST API for updating user information in AInua Portal, using specific identifiers and email addresses. The update is done via PATCH requests that include necessary authorization tokens.
Provides RESTful access for data integration. It allows integration of data from back-office solutions.
Uses bearer tokens obtained through specific connectors for authorization when accessing data.
Emphasizes building integrations by creating pages, using development modes, and pushing data in steps, ensuring integrations are visible and configurable before becoming accessible to end users.
Allows updating of data via PATCH requests, using JSON format to specify page and content ids.
Permits removal of user data by sending 'null' as the user data in the PATCH request.