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 manage various resources, including domains. Specifically, for the 'domain' resource and 'delete' operation, it deletes a domain by its ID. This is useful for automating domain management tasks such as removing obsolete or unwanted domains from Keitaro campaigns.
Use Case Examples
- Deleting a domain by specifying its domain ID to clean up unused domains in your Keitaro setup.
- Automating domain removal as part of a campaign update workflow.
Properties
| Name | Meaning |
|---|---|
| ID Домена | The unique identifier of the domain to be deleted. Required for delete 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, with sensitive data like API keys masked.
resource- The resource type involved in the operation, e.g., 'domain'.operation- The operation performed, e.g., 'delete'.success- Indicates if the operation was successful (true for delete).data- The data returned from the Keitaro API after the delete operation.
Dependencies
- Requires an API key credential and domain URL for authenticating with the Keitaro API.
Troubleshooting
- Ensure the domain ID is provided and valid; missing or invalid ID will cause errors.
- Verify that the API key and domain URL credentials are correctly set up; missing credentials will prevent API access.
- Check API response status codes; non-2xx responses indicate errors from the Keitaro API.
- If the node fails but 'Continue On Fail' is enabled, error details will be included in the output for debugging.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API endpoints and usage.