Tiny ERP icon

Tiny ERP

Interact with Tiny ERP API to manage products, orders, and users. Use this tool when you need to retrieve or manage ERP data.

Overview

This node integrates with the Tiny ERP system to retrieve user data based on specified filters or to fetch all users. It is useful in scenarios where you need to access user information stored in the ERP, such as for reporting, synchronization with other systems, or personalized communications.

For example, you can use this node to:

  • Retrieve details of a specific user by their name or CPF number.
  • Filter users born in a particular month.
  • Fetch all users without any filtering criteria.

Properties

Name Meaning
User Name Name of the user to filter results
Birth Month Birth month of the user (1-12) to filter results
CPF CPF number of the user to filter results
Get All Users Whether to return all users regardless of filters (true/false)

Output

The node outputs an array of JSON objects representing user data retrieved from Tiny ERP. Each object contains user details matching the provided filters or all users if the "Get All Users" option is enabled.

If an error occurs during execution and the node is set to continue on failure, the output will include an object with an error field describing the issue along with the resource and operation names.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential to authenticate with the Tiny ERP API.
  • The node depends on the external Tiny ERP service being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Common issues:

    • Incorrect or missing API credentials will cause authentication failures.
    • Providing invalid filter values (e.g., birth month outside 1-12) may result in no data returned or errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • "The operation "getUserData" is not supported for resource "users": This indicates a misconfiguration in the node's resource or operation parameters.
    • Errors returned from the API will be included in the output if "continue on fail" is enabled; otherwise, they will stop execution.

To resolve these issues:

  • Verify API credentials and permissions.
  • Ensure filter inputs are valid and correctly formatted.
  • Check network connectivity and API endpoint availability.

Links and References

Discussion