AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node allows users to post or update report settings in the "Reports" resource of an external service. It is useful for automating the configuration of reports, such as setting file names and template images programmatically. For example, a user can dynamically set the file name and template image of a report before generating or saving it, streamlining report customization workflows.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the request header.
Additional Body Fields Optional fields to include in the request body:
- File Name The name of the file associated with the report settings.
- Template Image A string representing the template image to be used in the report.

Output

The node outputs JSON data representing the response from the API after posting the report settings. This typically includes confirmation of the updated settings or details about the report. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating requests to the external service.
  • The base URL for the API must be configured in the node credentials.
  • The node uses HTTP headers including a custom user ID header (X-USER-ID) for identifying the user making the request.

Troubleshooting

  • Missing or invalid X USER ID: The API may reject requests if the user ID header is missing or incorrect. Ensure this property is set correctly.
  • Invalid or missing API credentials: Authentication failures will occur if the API key or base URL is not properly configured.
  • Incorrect additional body fields: Providing unsupported or malformed fields in the optional body collection may cause the API to return errors.
  • Network issues: Connectivity problems to the API endpoint will prevent successful execution.

Links and References

  • Refer to the external service's API documentation for detailed information on the "Reports" resource and the expected structure of report settings.
  • n8n documentation on how to configure HTTP headers and use collections for dynamic request bodies.

Discussion