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 is designed to update a specific employee key within the company configuration in the Sage Intacct system via the AvantGuard API. It allows users to modify employee-related settings by sending an update request with optional additional fields. This node is useful for automating updates to employee configurations, such as changing identifiers or other employee-specific parameters in bulk or as part of a workflow.
Practical examples include:
- Updating an employee's unique identifier in the company configuration.
- Automating changes to employee records when organizational changes occur.
- Integrating HR systems with Sage Intacct to keep employee data synchronized.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional additional fields to include in the update request body. Currently supports: Id (string) |
The "Additional Body Fields" property is a collection that lets you add extra fields to the request body. For this operation, it includes an "Id" field which represents the employee key to be updated.
Output
The node outputs JSON data representing the response from the AvantGuard Sage Intacct API after attempting to update the employee key. The structure typically contains confirmation of the update or error details if the operation 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 is configured via credentials.
- Uses the
@avantguardllc/n8n-openapi-nodepackage and an OpenAPI specification (openapi.json) bundled with the node for request building.
Troubleshooting
Common issues:
- Missing or invalid API credentials will cause authentication failures.
- Providing incorrect or incomplete "Id" values may result in errors or no updates applied.
- Network connectivity problems can prevent the node from reaching the API endpoint.
Error messages:
- Authentication errors typically indicate invalid or missing API keys; verify credentials.
- Validation errors may arise if required fields are missing or malformed; ensure "Id" and any other required fields are correctly set.
- API errors returned from Sage Intacct should be reviewed for specific causes, such as permission issues or invalid data.