Actions20
- Вопросы Actions
- Отзывы Actions
- Шаблоны Ответов Actions
- Чат С Покупателями Actions
- Возвраты Покупателями Actions
Overview
This node is designed to post feedback related to order returns in the "Отзывы" (Reviews) resource. It allows users to submit or update feedback by specifying a feedback identifier. This can be useful for e-commerce platforms or customer service workflows where managing and updating customer feedback on returned orders is necessary.
Practical examples include:
- Automatically posting customer feedback after processing a return.
- Integrating with external review systems to synchronize feedback data.
- Triggering follow-up actions based on feedback submission status.
Properties
| Name | Meaning |
|---|---|
| Feedback Id | ID of the feedback to post or update |
Output
The node outputs JSON data representing the result of the feedback posting operation. This typically includes confirmation details such as success status, updated feedback information, or error messages if the operation fails.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the external service (WB API).
- The node uses a base URL defined in an imported Swagger JSON specification.
- HTTP headers are preset to accept and send JSON content.
Troubleshooting
Common issues:
- Missing or invalid Feedback Id may cause the request to fail.
- Authentication errors if the API key credential is not configured properly.
- Network or API endpoint issues could prevent successful posting.
Error messages:
- Errors related to invalid input will likely mention missing or malformed feedback identifiers.
- Authentication errors will indicate unauthorized access; ensure the API key is valid and has required permissions.
- Timeout or connection errors suggest network problems or incorrect base URL configuration.
Links and References
- No direct links provided in the source code.
- For more information, consult the WB API documentation or the Swagger JSON specification used by this node.