AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows reactivating a previously deactivated distributor organization by its unique identifier. It is useful in scenarios where an organization’s access or status was disabled and needs to be restored without creating a new entity. For example, if a distributor organization was temporarily suspended due to compliance issues but later cleared, this operation can reactivate it seamlessly.

Properties

Name Meaning
Body JSON object containing additional data for the reactivation request. This can include any parameters supported by the API for reactivating an organization.
Id The unique numeric identifier of the organization to be reactivated.

Output

The output will contain a JSON object representing the response from the reactivation API call. This typically includes details about the organization’s updated status and metadata confirming successful reactivation. No binary data output is expected.

Dependencies

  • Requires an API key credential for authenticating requests to the AvantGuard DNSFilter service.
  • The node uses the base URL https://api.dnsfilter.com for making HTTP requests.
  • Proper configuration of the API authentication credentials within n8n is necessary.

Troubleshooting

  • Invalid Organization ID: If the provided organization ID does not exist or is incorrect, the API may return an error indicating the resource was not found. Verify the ID before retrying.
  • Authentication Errors: Missing or invalid API credentials will cause authorization failures. Ensure the API key credential is correctly set up.
  • Malformed JSON Body: Providing an incorrectly formatted JSON body can lead to request rejection. Validate the JSON structure before sending.
  • Network Issues: Connectivity problems with the API endpoint can cause timeouts or failed requests. Check network settings and API availability.

Links and References

Discussion