Gitea icon

Gitea

Interact with Gitea via API

Actions393

Overview

This node allows you to create a user variable in the context of a "User" resource. It is useful when you want to dynamically assign or store custom data associated with a user during an automation workflow. For example, you might use it to set preferences, flags, or metadata for a user that can be referenced later in the workflow or by other nodes.

Properties

Name Meaning
Variablename The name/key of the variable to create.
Value The value assigned to the variable.

Output

The node outputs JSON data representing the result of creating the user variable. This typically includes confirmation of the variable creation and any relevant details returned by the API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential to authenticate requests.
  • Connects to an external service's API (likely Gitea based on bundled code) to perform the operation.
  • The base URL and authentication token must be configured in the node credentials.

Troubleshooting

  • Missing or invalid API credentials: Ensure the API key or authentication token is correctly configured.
  • Invalid variable name or value: The variable name must be a valid string; empty or malformed names may cause errors.
  • API connectivity issues: Verify network access to the API endpoint and correct base URL configuration.
  • Permission errors: The authenticated user must have permission to create variables for the specified user.

Common error messages will relate to authentication failures, validation errors on input properties, or HTTP request failures. Resolving these usually involves checking credentials, input correctness, and network connectivity.

Links and References

Discussion