AvantGuard - Sage Intacct (Company Configuration) icon

AvantGuard - Sage Intacct (Company Configuration)

AvantGuard - Sage Intacct (Company Configuration)

Actions43

Overview

This node integrates with the AvantGuard Sage Intacct Company Configuration API, specifically allowing users to update email templates related to company configuration. The "Update Company Config Email Template Key" operation lets users modify certain fields of an email template by sending updated data to the API.

Typical use cases include automating updates to company email templates in Sage Intacct, such as changing identifiers or other optional fields dynamically based on workflow data. For example, a user might update the ID field of an email template to reflect a new template version or customize the body fields before sending notifications.

Properties

Name Meaning
Additional Body Fields Optional collection of additional fields to include in the request body. Currently supports:
- Id: A string identifier for the email template or related entity.

Output

The node outputs JSON data representing the response from the AvantGuard Sage Intacct API after attempting to update the email template. This typically includes confirmation of the update or details about the modified template.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard Sage Intacct API.
  • The base URL for the API is configured via credentials and used as the request base URL.
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building and validation.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions to update email templates.
  • Invalid input data: If the "Id" or other fields are missing or malformed, the API may reject the request. Validate inputs before execution.
  • Network issues: Verify connectivity to the configured base URL.
  • API errors: Check the response message for specific error codes or messages returned by the AvantGuard Sage Intacct API to guide resolution.

Links and References

Discussion