AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the "List" resource to retrieve domain health information for a specified list. Specifically, the "Retrieve List Domain Health" operation queries domain-related parameters to assess the health status of a domain within a list context. This can be useful in scenarios such as monitoring domain reputation, validating DNS records, or checking domain configurations related to email deliverability or security.

Practical examples include:

  • Checking if a domain's DNS records (like SPF, DKIM) are correctly set up.
  • Verifying if subdomains are included or excluded as expected.
  • Assessing domain health metrics before sending marketing campaigns to reduce bounce rates.

Properties

Name Meaning
Action The specific action or query type to perform on the domain health data.
Domain The domain name to check for health status.
Expectedinclude Expected inclusion criteria or flags related to the domain's presence or configuration.
Record The DNS record type or value to verify (e.g., TXT, MX).
Selector A selector string used to specify particular DNS entries or configurations.
Subdomains Indicator or flag specifying whether subdomains should be included in the health check.

Output

The node outputs JSON data containing the results of the domain health retrieval operation. This JSON typically includes details about the domain's DNS records, inclusion status, and any relevant health indicators or flags returned by the API.

If binary data is output (not indicated here), it would represent raw response content or files related to the domain health report.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard CIPP service.
  • Needs the base URL of the API endpoint configured in credentials.
  • Depends on the external AvantGuard CIPP API service to fetch domain health data.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Incorrect domain names or DNS record types may result in empty or error responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors: Verify that the API key credential is correctly set and has necessary permissions.
    • Validation errors: Ensure all required properties (Domain, Action, Record, etc.) are provided and valid.
    • Timeout or network errors: Check internet connection and API service availability.

Links and References

Discussion