Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to create or retrieve subaccounts based on a Pix key. It is useful for automating workflows involving subaccount management in Woovi, such as creating a new subaccount with a friendly name or retrieving an existing subaccount using its Pix key.

Use Case Examples

  1. Creating a new subaccount by providing a Pix key and a friendly subaccount name.
  2. Retrieving details of an existing subaccount using its Pix key.

Properties

Name Meaning
Pix Key The Pix key used to create or retrieve the subaccount. This is a required string input.
Subaccount Name A friendly name for the subaccount, used when creating a new subaccount. This is an optional string input.

Output

JSON

  • id - Unique identifier of the subaccount.
  • pixKey - The Pix key associated with the subaccount.
  • name - The friendly name of the subaccount.
  • createdAt - Timestamp when the subaccount was created.
  • updatedAt - Timestamp when the subaccount was last updated.

Dependencies

  • Woovi API
  • 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 such as invalid Pix key or network issues, which will be thrown as NodeApiError with the relevant message.

Discussion