Actions41
- Склады Продавца Actions
- Остатки На Складах Продавца Actions
- Категории Предметы И Характеристики Actions
- Создание Карточек Товаров Actions
- Карточки Товаров Actions
- Медиафайлы Actions
- Ярлыки Actions
- Цены И Скидки Actions
Overview
This node operation creates a new tag (label) with a specified name and color. It is useful for categorizing or marking items, such as products or entries, with visual labels to improve organization and filtering. For example, you might use it to tag products on sale, mark priority tasks, or highlight specific categories in your workflow.
Properties
| Name | Meaning |
|---|---|
| Color | The color of the tag. Available options: D1CFD7 (gray), FEE0E0 (red), ECDAFF (purple), E4EAFF (blue), DEF1DD (green), FFECC7 (yellow). |
| Name | The name of the tag, e.g., "Sale". |
Output
The node outputs JSON data representing the created tag. This typically includes details such as the tag's ID, name, and color. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authentication with the external service managing tags.
- The node sends HTTP requests with JSON bodies containing the tag properties.
- No additional environment variables are explicitly required beyond standard API credentials.
Troubleshooting
- Common issues:
- Invalid color code: Ensure the color value matches one of the allowed hex codes.
- Missing or empty tag name: The name property must be provided and non-empty.
- Authentication errors: Verify that the API key or token is correctly configured.
- Error messages:
- "Unauthorized" or "Authentication failed": Check API credentials.
- "Invalid input": Confirm that the color and name fields conform to expected values.
- Network errors: Ensure connectivity to the external API endpoint.
Links and References
- No direct links available from the source code.
- Refer to the external API documentation for tag management for detailed usage and color options.