AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to create new distributor organizations by sending a JSON body with the necessary details. It is useful in scenarios where you need to programmatically add distributor entities into a system, such as onboarding new partners or managing supply chain distributors. For example, a company integrating its ERP system with a distributor management platform can automate the creation of distributor records using this node.

Properties

Name Meaning
Body A JSON object representing the details of the distributor organization to create. The default structure includes an msp object with a distributor_skus array, which should contain SKU identifiers relevant to the distributor. Users must provide valid JSON data here to define the distributor's attributes.

Output

The node outputs JSON data representing the response from the API after creating the distributor organization. This typically includes confirmation details such as the created organization's ID, status, and any other metadata returned by the service. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The base URL for API requests is set to https://api.dnsfilter.com.
  • The node uses standard HTTP headers including Accept: application/json and Content-Type: application/json.
  • No additional environment variables are explicitly required beyond the API authentication token.

Troubleshooting

  • Invalid JSON in Body: If the JSON provided in the Body property is malformed, the API will likely reject the request. Ensure the JSON syntax is correct before execution.
  • Authentication Errors: Missing or invalid API credentials will cause authorization failures. Verify that the API key credential is correctly configured.
  • API Endpoint Issues: Network problems or incorrect base URL configuration may lead to connection errors. Confirm internet connectivity and that the base URL matches the service endpoint.
  • Missing Required Fields: The API might require certain fields within the JSON body. Check the API documentation to ensure all mandatory properties are included.

Links and References

Discussion