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 detailed information about a specific account by its numeric ID. It is useful in scenarios where you need to fetch comprehensive account data for further processing or integration within an automation workflow, such as customer management or account auditing.
Use Case Examples
- Retrieve detailed information of a customer account by providing the account ID to integrate with CRM systems.
- Fetch account details to verify account status or attributes before performing other operations in a workflow.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to retrieve details for. |
| Request Options | Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
accountDetails- The detailed information of the requested account returned from the API.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the provided Account Id is valid and exists in the system to avoid 'not found' errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Konverte Digital API Documentation - Official API documentation for detailed information on endpoints and usage.