Actions72
- Кампания Actions
- Лендинг Actions
- Оффер Actions
- Клик Actions
- Настройки Actions
- Пользователь Actions
- Блэклист Actions
- Бот Actions
- Постбэк Actions
- Источник Actions
- Конверсия Actions
- Статистика Actions
- Группа Actions
- Поток Actions
- Фильтр Actions
- Лог Actions
- Домен Actions
Overview
This node integrates with the Keitaro API to manage various resources such as bots, campaigns, streams, landings, offers, and more. Specifically, for the 'Бот' (Bot) resource with the 'Обновить' (Update) operation, it updates an existing bot's data using the provided bot ID and JSON-formatted bot data. This node is useful for automating updates to bot configurations within Keitaro, enabling seamless management of bot settings programmatically.
Use Case Examples
- Updating a bot's configuration by providing its ID and new JSON data to modify its properties.
- Automating bot updates as part of a workflow to keep bot settings synchronized with external systems.
Properties
| Name | Meaning |
|---|---|
| ID Бота | The unique identifier of the bot to update. |
| Данные Бота | The JSON-formatted data representing the bot's updated properties. |
Output
JSON
requesturl- The URL of the API request made to update the bot.method- The HTTP method used for the API request (PUT for update).headers- Headers sent with the API request, including API key and content type.
resource- The resource type, here it will be 'bot'.operation- The operation performed, here it will be 'update'.success- Indicates if the update operation was successful.data- The response data from the Keitaro API after updating the bot.
Dependencies
- Requires an API key credential for Keitaro API access and the domain URL configured in credentials.
Troubleshooting
- Ensure the bot ID is provided and valid; missing or incorrect IDs will cause errors.
- Verify that the JSON data for the bot is correctly formatted and contains the necessary fields for update.
- Check that the API key and domain are correctly set in the credentials; missing or invalid credentials will prevent API access.
- API errors will include messages from Keitaro; review error messages for details such as permission issues or invalid data.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.