Keitaro icon

Keitaro

Работа с API Keitaro

Overview

This node interacts with the Keitaro API to perform various operations on different resources, including 'postback'. Specifically, for the 'postback' resource and 'get' operation, it retrieves information about a specific postback by its ID. This is useful for users who want to fetch detailed data about a particular postback in their Keitaro campaign management system. For example, a marketer might use this node to get the configuration details of a postback to verify or audit its settings.

Use Case Examples

  1. Retrieve details of a specific postback by providing its ID to monitor or audit postback configurations.
  2. Fetch postback information to integrate with other marketing automation workflows.

Properties

Name Meaning
ID Постбэка The unique identifier of the postback to retrieve information for. This property is required for the 'get' operation on the 'postback' 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 API key masked.
  • resource - The resource type requested, e.g., 'postback'.
  • operation - The operation performed, e.g., 'get'.
  • data - The data returned from the Keitaro API for the requested postback.
  • success - Indicates if the operation was successful (true for create, update, delete operations).
  • error - Indicates if there was an error during the operation (present only if an error occurred).

Dependencies

  • Keitaro API with domain and API key credentials

Troubleshooting

  • Ensure the 'postbackId' is provided and valid for 'get' operation; missing or invalid ID will cause errors.
  • Verify that the Keitaro API credentials (domain and API key) are correctly set and accessible; missing credentials will prevent API calls.
  • Check network connectivity and API endpoint correctness if requests fail.
  • If the API returns an error status, the node throws an error with the API message; review the message for troubleshooting.

Links

Discussion