Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to retrieve tokens associated with Pix Keys. It is useful for automating workflows that require access to Pix Key tokens, such as payment processing or account management within the Woovi platform.

Use Case Examples

  1. Retrieve all tokens linked to a specific Pix Key for verification or transaction purposes.
  2. Automate the fetching of Pix Key tokens to integrate with other financial or payment systems.

Output

JSON

  • tokenId - Identifier of the Pix Key token
  • tokenValue - Value of the Pix Key token
  • createdAt - Timestamp when the token was created
  • expiresAt - Timestamp when the token expires

Dependencies

  • Woovi API with API key credential

Troubleshooting

  • Unsupported resource/operation error indicates the selected resource or operation is not implemented; verify the resource and operation names.
  • API errors may occur due to invalid credentials or network issues; ensure the Woovi API credentials are correctly configured and the network connection is stable.

Discussion