Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to list Pix Keys, which are unique identifiers used in the Brazilian instant payment system (Pix). It is useful for automating workflows that require retrieving and managing Pix Keys associated with a Woovi account, such as financial reconciliation, payment processing, or account management.

Use Case Examples

  1. A business automates the retrieval of all Pix Keys linked to their Woovi account to update their internal payment system.
  2. A developer integrates this node in a workflow to periodically fetch and verify active Pix Keys for compliance and auditing purposes.

Output

JSON

  • id - Unique identifier of the Pix Key
  • key - The Pix Key value (e.g., email, phone number, or random key)
  • type - Type of Pix Key (e.g., CPF, CNPJ, email, phone number)
  • createdAt - Timestamp when the Pix Key was created
  • status - Current status of the Pix Key (e.g., active, inactive)

Dependencies

  • Woovi API with API key credential

Troubleshooting

  • Ensure the Woovi API credentials are correctly configured and have the necessary permissions to list Pix Keys.
  • If the node throws an 'Unsupported resource/operation' error, verify that the resource is set to 'Pix Key' and the operation to 'List Pix Keys'.
  • Network or API errors may occur if the Woovi API service is down or unreachable; check network connectivity and Woovi service status.

Links

Discussion