Digitalsac Izing Pro icon

Digitalsac Izing Pro

Interage com a API do Digitalsac

Overview

This node integrates with the Digitalsac API, providing a variety of operations to interact with customer support tickets, messaging, scheduling, and related resources. Specifically, the "Vincular Carteira" (Link Wallet) operation allows users to link a wallet to a ticket by sending the ticket ID and user ID associated with the wallet.

Common scenarios for this node include automating customer service workflows such as validating user data, transferring tickets between queues or agents, sending messages or media via WhatsApp, managing tags and kanbans, handling schedules, and linking wallets or other entities to tickets.

For example, in a customer support automation, you might use the "Vincular Carteira" operation to associate a customer's digital wallet information with their support ticket, enabling personalized service or payment processing.

Properties

Name Meaning
Dados (JSON) JSON object containing the ticketId (ID of the support ticket) and userId (ID of the wallet user). Example: {"ticketId": 123, "userId": 456}

Output

The node outputs an array of JSON objects, each representing the response from the Digitalsac API for the executed operation. The structure depends on the specific API endpoint called but generally includes success confirmation or error details.

If an error occurs during the request, the output JSON will contain an error field with the error message or response body.

This node does not output binary data for the "Vincular Carteira" operation.

Dependencies

  • Requires an API key credential for authenticating with the Digitalsac API.
  • The node expects the base URL and token for the Digitalsac API to be configured in the credentials.
  • Network access to the Digitalsac API endpoints is necessary.

Troubleshooting

  • Invalid JSON Format: If the "Dados (JSON)" property contains invalid JSON, the node throws an error "Formato de JSON inválido para Dados (JSON)". Ensure the JSON syntax is correct.
  • API Authentication Errors: If the API token is missing or invalid, requests will fail. Verify that the API key credential is correctly set up.
  • Network Issues: Connectivity problems to the Digitalsac API will cause errors; check network settings and API availability.
  • Unexpected API Responses: The node captures API errors and returns them in the output under the error field. Review these messages to diagnose issues.

Links and References

Discussion