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 logs and other resources. Specifically, for the 'Лог' (Log) resource with the 'Создать' (Create) operation, it allows users to create new log entries by sending JSON-formatted log data to the Keitaro API. This is useful for automating the creation of logs within the Keitaro system, such as recording events or tracking activities programmatically.
Use Case Examples
- Creating a new log entry with custom JSON data to track specific events in Keitaro.
- Automating log creation as part of a workflow to monitor system or campaign activities.
Properties
| Name | Meaning |
|---|---|
| Данные Лога | JSON-formatted log data to be sent to the Keitaro API for creating or updating a log entry. |
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 keys masked.
resource- The resource type involved in the operation, e.g., 'log'.operation- The operation performed, e.g., 'create'.success- Indicates if the operation was successful (true for create operation).data- The data returned from the Keitaro API after creating the log entry.
Dependencies
- Requires an API key credential for Keitaro API authentication and the domain URL of the Keitaro instance.
Troubleshooting
- Ensure the API key and domain are correctly set in the credentials; missing or incorrect values will cause authentication errors.
- The log data must be valid JSON and not empty; otherwise, the node will throw an error indicating missing data for the operation.
- If the API returns an error status, the node will throw an error with the API's message; check the API response for details.
- For the 'log' resource, only certain operations are supported; using unsupported operations will result in errors.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and data formats.