Keitaro icon

Keitaro

Работа с API Keitaro

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

  1. Deleting a domain by specifying its domain ID to clean up unused domains in your Keitaro setup.
  2. 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

  • request
    • url - 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

Discussion