Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to retrieve information about a static QR code based on a provided QR Code ID, correlation ID, or identifier. It is useful for automating workflows that require fetching details of specific static QR codes, such as payment or transaction verification processes.

Use Case Examples

  1. Retrieve details of a static QR code by providing its unique identifier to verify payment status.
  2. Automate the fetching of QR code information for reporting or auditing purposes.

Properties

Name Meaning
QR Code ID The ID, correlation ID, or identifier of the QR code used to fetch the specific static QR code information.

Output

JSON

  • id - The unique identifier of the QR code.
  • status - The current status of the QR code.
  • data - The detailed data or payload associated with the QR code.

Dependencies

  • Woovi API with API key credential for authentication

Troubleshooting

  • Common issues include providing an invalid or missing QR Code ID, which results in an error from the API indicating the QR code could not be found.
  • Errors related to authentication failures if the API key credential is missing or invalid.
  • Unsupported resource/operation errors if the resource or operation parameters are incorrectly set.

Discussion