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 details of all integrations for a specified account. It is useful for scenarios where users need to fetch comprehensive integration data from their Konverte Digital account, such as for monitoring, reporting, or managing integrations programmatically.
Use Case Examples
- Fetch all integration details for account ID 12345 to display in a dashboard.
- Retrieve integration data to sync with another system or for backup purposes.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to retrieve integration details. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate handling, proxy settings, and timeout configuration. |
Output
JSON
integrationDetails- The detailed information of all integrations retrieved from the Konverte Digital API for the specified account.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is correct and exists in the Konverte Digital system to avoid empty or error responses.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Official API documentation for understanding available endpoints and request/response formats.