Actions43
- Earning Types Actions
- Email Templates Actions
- Employee Types Actions
- Employees Actions
- Entities Actions
- Classes Actions
- Contacts Actions
- Department Groups Actions
- Exchange Rate Lines Actions
- Exchange Rate Types Actions
- Exchange Rates Actions
- Attachment Folders Actions
- Get Next Value Actions
- Location Groups Actions
- Locations Actions
- Roles Actions
- User Groups Actions
- Users Actions
- Affiliate Entity Groups Actions
- Attachments Actions
- Departments Actions
- Document Sequences Actions
Overview
This node is designed to update a specific email template key within a company's configuration in the Sage Intacct system via the AvantGuard API. It allows users to modify email templates by sending updated data fields, which can be useful for customizing automated emails sent from the company’s accounting or ERP system.
Common scenarios include:
- Updating notification templates for invoices, purchase orders, or other financial documents.
- Customizing email content dynamically based on company-specific requirements.
- Automating template updates as part of a larger workflow that manages company configurations.
For example, a user might update the body of an invoice email template to include additional legal disclaimers or promotional messages.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional collection of extra fields to include in the request body when updating the template. Currently supports: Id (string) to specify the identifier of the template or related entity. |
Output
The node outputs JSON data representing the response from the API after attempting to update the email template key. This typically includes confirmation of the update, any updated template details, or error information if the update failed.
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 must be configured in the credentials.
- Depends on the external AvantGuard Sage Intacct API endpoint
/ia/api/v1.
Troubleshooting
- Authentication errors: Ensure the API key credential is valid and has sufficient permissions.
- Invalid template ID: If the
Idfield is incorrect or missing, the API may reject the update. Verify the template identifier before running the node. - Network issues: Confirm that the base URL is reachable and the network connection is stable.
- API errors: Check the response JSON for error messages returned by the API to understand issues like invalid payloads or permission problems.
Links and References
- AvantGuard Sage Intacct API Documentation (example placeholder link)
- n8n Documentation on HTTP Request Nodes (for understanding API interaction basics)