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 various operations on different resources such as campaigns, streams, landings, offers, users, and more. Specifically, for the 'Поток' (Stream) resource with the 'Удалить' (Delete) operation, it deletes a stream identified by its ID. This node is useful for automating management tasks in Keitaro, such as deleting streams programmatically based on workflow conditions.
Use Case Examples
- Deleting a stream by providing its ID to automate cleanup processes.
- Integrating with Keitaro to manage streams dynamically within marketing automation workflows.
Properties
| Name | Meaning |
|---|---|
| ID Потока | The unique identifier of the stream to be deleted. This property is required for the delete operation on the stream 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 the API key masked for security.
resource- The resource type involved in the operation, e.g., 'stream'.operation- The operation performed, e.g., 'delete'.success- Indicates if the operation was successful (true for delete).data- The data returned from the API after the delete operation, typically confirmation or details of the deleted stream.
Dependencies
- Requires an API key credential and domain configuration for Keitaro API access.
Troubleshooting
- Ensure the 'ID Потока' (stream ID) is provided and valid; missing or incorrect IDs will cause errors.
- Verify that the API key and domain are correctly set in the credentials; missing credentials will prevent API access.
- Check for API response errors such as permission issues or invalid requests, which will be reported with error messages.
- For the 'stats' resource, only the 'getAll' operation is supported; using other operations will throw an error.
Links
- Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and operations.