Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node integrates with the Woovi API to create a Pix Key, which is a payment key used in Brazil's instant payment system. It supports creating Pix Keys of types CNPJ (a company identifier) and EVP (a type of Pix key). This node is useful for automating the management of Pix Keys in financial workflows, such as registering new payment keys for customers or businesses.

Use Case Examples

  1. Creating a Pix Key of type CNPJ for a business to enable instant payments.
  2. Creating an EVP type Pix Key without specifying the key value, letting the system generate it automatically.

Properties

Name Meaning
Pix Key The value of the Pix Key to be created. It is required for CNPJ type and optional for EVP type.
Pix Key Type The type of the Pix Key to create, either CNPJ or EVP.

Output

JSON

  • pixKey
    • id - The unique identifier of the created Pix Key.
    • key - The value of the created Pix Key.
    • type - The type of the created Pix Key (CNPJ or EVP).
    • status - The status of the Pix Key after creation.

Dependencies

  • Woovi API
  • An API key credential for Woovi API authentication

Troubleshooting

  • Unsupported resource/operation error if the resource or operation parameters are incorrect or not implemented.
  • API errors from Woovi service such as invalid Pix Key value or authentication failures.

Discussion