Actions43
- Location Groups Actions
- Locations Actions
- Roles Actions
- User Groups Actions
- Users Actions
- Affiliate Entity Groups Actions
- Attachments Actions
- Classes Actions
- Contacts Actions
- Department Groups Actions
- Departments Actions
- Document Sequences Actions
- Earning Types Actions
- Email Templates Actions
- Employee Types Actions
- Employees Actions
- Entities Actions
- Exchange Rate Lines Actions
- Exchange Rate Types Actions
- Exchange Rates Actions
- Attachment Folders Actions
- Get Next Value Actions
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-nodepackage 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
- AvantGuard Sage Intacct API Documentation (hypothetical link)
- n8n Documentation on Creating Custom Nodes