Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Updating the header color and name of a help center portal for a specific account.
- Changing the archived status to deactivate or activate the portal.
- 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.