Actions20
- Вопросы Actions
- Отзывы Actions
- Шаблоны Ответов Actions
- Чат С Покупателями Actions
- Возвраты Покупателями Actions
Overview
This node interacts with a specific API to retrieve response templates based on their type. It is useful in scenarios where automated or semi-automated responses are needed, such as customer support, feedback management, or FAQ systems. For example, a user can fetch templates for reviews or questions to quickly generate consistent replies without manually typing each one.
Properties
| Name | Meaning |
|---|---|
| Template Type | Select the type of templates to retrieve: 1 for review templates, 2 for question templates |
Output
The node outputs JSON data containing the list of templates corresponding to the selected template type. Each item in the output JSON typically represents a single template with its details (e.g., text content, ID). The exact structure depends on the API response but generally includes an array of template objects.
No binary data output is indicated.
Dependencies
- Requires access to the external API that provides the response templates.
- May require an API key or authentication token configured in n8n credentials to authorize requests.
- The base URL and request headers are set according to the bundled OpenAPI specification.
Troubleshooting
Common issues:
- Incorrect or missing API credentials may cause authorization errors.
- Providing an invalid template type value could result in empty or error responses.
- Network connectivity problems might prevent successful API calls.
Error messages:
- Authorization failures usually indicate missing or invalid API keys; verify credential setup.
- HTTP 400 or 404 errors suggest incorrect parameters or endpoint issues; check the "Template Type" value.
- Timeout or network errors require checking internet connection and API availability.
Links and References
- No direct links provided in the source code.
- Refer to the API documentation for the response templates service for detailed information on available template types and response formats.