AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node integrates with the AvantGuard CIPP API to perform geolocation lookups based on IP addresses. Specifically, the "Retrieve Exec Geo Ip Lookup" operation under the "List" resource allows users to input an IP address and retrieve detailed geographic information about that IP. This is useful in scenarios such as fraud detection, content localization, network diagnostics, or enriching user data with location context.

For example, a marketing automation workflow could use this node to determine the country of website visitors by their IPs and tailor campaigns accordingly. Similarly, security workflows might flag suspicious login attempts from unexpected locations.

Properties

Name Meaning
Ip The IP address to lookup for geolocation information. This is a required string input.

Output

The node outputs JSON data containing the geolocation details corresponding to the provided IP address. The exact structure depends on the AvantGuard CIPP API response but typically includes fields such as country, region, city, latitude, longitude, ISP, and other related metadata.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials.
  • The node uses HTTP requests with headers specifying JSON content type and acceptance.

Troubleshooting

  • Invalid or missing IP address: Ensure the "Ip" property is provided and formatted correctly as a valid IPv4 or IPv6 address.
  • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Network issues or API downtime: Check connectivity to the configured API endpoint.
  • Unexpected API responses: Confirm that the API version and endpoint URLs are current and compatible with the node.

Links and References

Discussion