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 interacts with the Konverte Digital API to retrieve information from the Help Center resource, specifically to get details about a portal. It is useful for scenarios where users need to fetch portal data associated with a specific account ID from the Help Center, such as integrating portal information into workflows or automating support processes.
Use Case Examples
- Fetching portal details for a given account ID to display in a dashboard.
- Automating the retrieval of portal information for customer support systems.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which the portal information is to be retrieved. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
portal- The retrieved portal information from the Help Center for the specified account ID.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Common issues include invalid or missing account ID, resulting in errors or empty responses.
- SSL certificate validation failures if 'Ignore SSL Issues' is not enabled and the server uses a self-signed or invalid certificate.
- Timeout errors if the server does not respond within the specified timeout period.
- Proxy misconfiguration leading to failed requests.
Links
- Konverte Digital Help Center API Documentation - Official API documentation for the Help Center resource, including portal retrieval.