AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation allows users to create a new trial record in an external system via an API. It is useful for automating the process of initiating trials, such as software trials, service evaluations, or product demos, directly from an n8n workflow. For example, a marketing automation workflow could use this node to register new trial requests submitted through a web form.

Properties

Name Meaning
Additional Body Fields Optional fields to include in the request body when creating a trial. Options are:
- Organization Id (number)
- Sku (string)

Output

The node outputs JSON data representing the response from the API after creating the trial. This typically includes details about the newly created trial record, such as its ID, status, and any other metadata returned by the service. The output does not include binary data.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The node sends HTTP requests to the service's API endpoint configured in the node settings.
  • No additional environment variables are explicitly required beyond the API credential.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Providing invalid or incomplete additional body fields may result in API errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors usually indicate incorrect or missing API keys; verify and update credentials.
    • Validation errors from the API often specify which fields are incorrect or missing; review the input properties.
    • Timeout or network errors suggest checking internet connection or API availability.

Links and References

  • Refer to the external service’s API documentation for detailed information on trial creation endpoints and required/requested fields.
  • Consult n8n documentation on how to configure API credentials and use HTTP request nodes for similar integrations.

Discussion