Actions72
- Кампания Actions
- Лендинг Actions
- Оффер Actions
- Клик Actions
- Настройки Actions
- Пользователь Actions
- Блэклист Actions
- Бот Actions
- Постбэк Actions
- Источник Actions
- Конверсия Actions
- Статистика Actions
- Группа Actions
- Поток Actions
- Фильтр Actions
- Лог Actions
- Домен Actions
Overview
This node interacts with the Keitaro API to perform various operations on different resources, including bots. Specifically, for the 'Бот' resource and 'Получить' operation, it retrieves information about a specific bot by its ID. This is useful for users who want to fetch detailed data about a particular bot configured in their Keitaro system. For example, a user can input the bot ID to get its configuration and status details from Keitaro.
Use Case Examples
- Retrieve detailed information about a bot by providing its ID to monitor or audit bot configurations.
- Fetch bot data to integrate with other automation workflows or reporting tools.
Properties
| Name | Meaning |
|---|---|
| ID Бота | The unique identifier of the bot to retrieve information for. This property is required for the 'get' operation on the 'bot' resource. |
Output
JSON
requesturl- The URL of the API request made to Keitaro.method- The HTTP method used for the API request.headers- Headers sent with the API request, with sensitive API key masked.
resource- The resource type involved in the operation, e.g., 'bot'.operation- The operation performed, e.g., 'get'.data- The data returned from the Keitaro API for the requested bot, containing the bot's details.
Dependencies
- Requires an API key credential for Keitaro API access and the domain URL of the Keitaro instance.
Troubleshooting
- Ensure the 'ID Бота' (bot ID) is provided and valid for the 'get' operation; missing or invalid ID will cause errors.
- Verify that the API key and domain are correctly configured in the node credentials; missing credentials will prevent API access.
- Check network connectivity to the Keitaro domain to avoid request failures.
- If the API returns an error status, the node throws an error with the API message; review the message for details and correct the request accordingly.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.