Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation updates a help center portal associated with a specific account in the Konverte Digital system. It allows users to modify various attributes of the portal such as its archived status, header color, supported locales configuration, custom domain, header text, homepage link, portal name, slug, and page title. This is useful for managing and customizing the appearance and settings of a help center portal dynamically via automation workflows.

Use Case Examples

  1. Updating the header color and name of a help center portal for a specific account.
  2. Changing the archived status to deactivate or activate the portal.
  3. Configuring supported locales and default language for the help center portal.

Properties

Name Meaning
Account Id The numeric ID of the account to which the help center portal belongs. This is required to identify the portal to update.
Archived Boolean status indicating whether the portal is live or archived.
Color Header color for the help center portal, specified as a HEX color string.
Config JSON configuration object specifying supported locales and the default locale for the portal.
Custom Domain Custom domain URL to display the help center.
Header Text Text to display in the header of the help center portal.
Homepage Link URL link to the main dashboard or homepage associated with the portal.
Name Name of the help center portal.
Slug Slug string used in the URL to display the portal.
Page Title Page title for the portal, shown in the browser tab or window title.

Output

JSON

  • response - The JSON response from the API after updating the help center portal, typically containing the updated portal details or status.

Dependencies

  • Requires an API key credential for authentication to the Konverte Digital API.

Troubleshooting

  • Ensure the Account Id is valid and corresponds to an existing account; otherwise, the update will fail.
  • Check that the JSON in the Config property is correctly formatted to avoid parsing errors.
  • Verify that the custom domain and URLs are valid and properly formatted to prevent request errors.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues in request options, but be cautious of security implications.

Links

  • Konverte Digital Help Center - Official help center for Konverte Digital where users can find documentation and support related to the API and portal management.

Discussion