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 Contacts API to retrieve detailed information about a specific contact. It is useful in scenarios where you need to fetch comprehensive data about a contact using identifiers obtained from previous API interactions, such as inbox and contact identifiers. For example, it can be used in customer support workflows to pull up contact details for personalized service or in marketing automation to enrich contact profiles.
Use Case Examples
- Retrieve contact details by providing the inbox identifier and contact identifier obtained from prior API calls.
- Use batching options to manage request load when fetching multiple contacts in sequence.
Properties
| Name | Meaning |
|---|---|
| Inbox Identifier | The identifier obtained from the API inbox channel, used to specify the inbox context for the contact. |
| Contact Identifier | The source ID of the contact obtained when the contact was created, used to specify which contact's details to retrieve. |
| Request Options | Additional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
contactDetails- The detailed information of the contact retrieved from the API.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure that the inbox identifier and contact identifier are correctly provided and valid; otherwise, the API may return errors or no data.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be aborted.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
- Timeout settings should be adjusted based on network conditions to avoid premature request termination.