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 retrieves detailed information about a specific contact within an account in the Konverte Digital system. It is useful for scenarios where you need to fetch and use contact details for further processing, such as customer support, CRM updates, or personalized communication.
Use Case Examples
- Fetch contact details by providing the account ID and contact ID to display or use the contact's information in workflows.
- Use the node to integrate contact data retrieval into automated processes, such as syncing contact details with other systems or triggering notifications based on contact information.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to which the contact belongs. |
| Id | The ID of the contact whose details are to be retrieved. |
| Request Options | Additional settings to control request behavior, such as batching, SSL certificate validation, proxy usage, and timeout settings. |
Output
JSON
contactDetails- The detailed information of the requested contact retrieved from the API.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the provided Account Id and Contact Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass validation, 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 understanding available endpoints and data structures.