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 domains, campaigns, streams, landings, offers, users, and more. Specifically, for the 'Домен' (Domain) resource with the 'Обновить' (Update) operation, it updates an existing domain's data using the provided domain ID and JSON-formatted domain data. This node is useful for automating domain management tasks within Keitaro, such as updating domain configurations programmatically.
Use Case Examples
- Updating domain settings by providing the domain ID and new domain data in JSON format to keep domain configurations up to date.
- Automating domain updates as part of a larger campaign management workflow in Keitaro.
Properties
| Name | Meaning |
|---|---|
| ID Домена | The unique identifier of the domain to update. |
| Данные Домена | The domain data in JSON format to update the domain with. |
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 data masked.
resource- The resource type involved in the operation (e.g., 'domain').operation- The operation performed (e.g., 'update').success- Indicates if the update operation was successful.data- The data returned from the Keitaro API after updating the domain.
Dependencies
- Requires an API key credential for Keitaro API authentication and the domain URL configured in credentials.
Troubleshooting
- Ensure the domain ID is provided and valid for the update operation; missing or invalid IDs will cause errors.
- Verify that the domain data JSON is correctly formatted and contains the necessary fields for updating.
- Check that the API key and domain URL are correctly set in the credentials; missing or incorrect credentials will prevent API access.
- If the API returns an error status, review the error message for details such as invalid parameters or permission issues.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and data formats.