AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to create Scheduled Report Previews by sending optional additional parameters in the request body. It is useful for automating the generation of report previews on a schedule, enabling workflows that require periodic reporting or previewing reports before final distribution. For example, a marketing team could use this node to automatically generate previews of campaign performance reports every week.

Properties

Name Meaning
Additional Body Fields Optional JSON fields to include in the request body when creating a scheduled report preview. This can contain any valid parameters supported by the API for scheduled report preview creation.

Output

The node outputs JSON data representing the response from the scheduled report preview creation API. This typically includes details about the newly created scheduled report preview such as its ID, status, and any metadata returned by the service. The output does not explicitly handle binary data.

Dependencies

  • Requires an API key credential for authentication with the external service managing scheduled report previews.
  • The node uses a base URL and headers preset for JSON communication with the API.
  • No other external dependencies are indicated in the provided source code.

Troubleshooting

  • Invalid JSON in Additional Body Fields: Since the additional fields expect JSON input, malformed JSON will cause errors. Ensure the JSON syntax is correct.
  • Authentication Errors: Missing or invalid API credentials will result in authorization failures. Verify that the API key or token is correctly configured.
  • API Response Errors: If the API rejects the request due to invalid parameters or server issues, check the additional body fields for correctness and consult the API documentation for required fields.
  • Empty or Missing Required Fields: Although additional fields are optional, some API endpoints may require certain parameters. Confirm mandatory fields are included if needed.

Links and References

  • Refer to the external API documentation for Scheduled Report Previews to understand all possible parameters and response formats.
  • n8n documentation on how to configure API credentials and use JSON input fields effectively.

Discussion