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 operations on various resources, including domains. Specifically, for the 'Домен' (Domain) resource with the 'Получить' (Get) operation, it retrieves information about a specific domain by its ID. This is useful for users who need to fetch detailed domain data from their Keitaro account for reporting, monitoring, or integration purposes.
Use Case Examples
- Retrieve domain information by providing the domain ID to get details such as domain settings and status.
- Use this node to automate the fetching of domain data as part of a larger workflow involving campaign or traffic management.
Properties
| Name | Meaning |
|---|---|
| ID Домена | The unique identifier of the domain to retrieve information for. This property is required for the 'get' operation on the domain 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, including the API key (masked).
resource- The resource type involved in the operation, e.g., 'domain'.operation- The operation performed, e.g., 'get'.data- The data returned from the Keitaro API for the requested domain, containing domain details.
Dependencies
- Requires an API key credential for Keitaro API access and the domain URL configured in the credentials.
Troubleshooting
- Ensure the domain ID is provided and valid for 'get' operations; missing or invalid IDs will cause errors.
- Verify that the API key and domain URL are correctly set in the credentials; missing credentials will prevent API access.
- Check for API errors returned by Keitaro, which include error messages indicating issues such as invalid parameters or permissions.
- If the node fails, enable 'Continue On Fail' to capture error details in the output for debugging.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and data structures.