Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation toggles the status of a conversation within an account on the Konverte Digital platform. It is useful for managing conversation workflows by updating the conversation's status to open, resolved, or pending. For example, customer support teams can use this node to mark conversations as resolved after addressing customer issues or set them to pending if awaiting further information.

Use Case Examples

  1. Updating a conversation status to 'resolved' after issue resolution.
  2. Setting a conversation status to 'pending' when waiting for customer response.

Properties

Name Meaning
Account Id The numeric ID of the account to which the conversation belongs.
Conversation Id The numeric ID of the conversation whose status is to be toggled.
Status The new status to set for the conversation. Options include 'open', 'resolved', and 'pending'.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • status - The updated status of the conversation after the toggle operation.
  • conversation_id - The ID of the conversation whose status was toggled.
  • account_id - The ID of the account associated with the conversation.

Dependencies

  • Requires an API key credential for authentication with the Konverte Digital API.

Troubleshooting

  • Ensure the account_id and conversation_id are valid numeric IDs; invalid IDs will cause the request to fail.
  • Verify that the API key credential is correctly configured and has the necessary permissions to update conversation statuses.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
  • Check proxy settings if requests are failing due to network restrictions or firewall rules.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.

Discussion