Actions99
- Group Accounts Actions
- Group Account Codes Actions
- Accounts Actions
- Expenses Actions
- Purchase Orders Actions
- Get A List Of Purchase Orders
- Create A New Purchase Order
- Get A Purchase Order
- Update A Purchase Order
- Open A Purchase Order
- Get A List Of Purchase Orders Items For A Specific Purchase Order
- Create A Purchase Order Item
- Get A Purchase Order Item
- Update A Purchase Order Item
- Delete A Purchase Order Item
- Get A List Of Goods Received Notes For A Specific Purchase Order
- Create A Goods Received Note
- Attach A File To A Goods Received Note
- Delete A Goods Received Note
- Suppliers Actions
- Fund Accounts Actions
- Cards Actions
- Expense Categories Actions
- Tax Rates Actions
- Amortizations Actions
- Account Teams Actions
- Account Codes Actions
- External Teams Actions
- Custom Fields Actions
- Get Custom Fields
- Create A New Custom Field
- Get Custom Field
- Update Custom Field
- Delete A Custom Field And All Its Values
- Get Custom Field Values
- Create A Custom Field Value
- Delete Custom Field Values
- Get A Custom Field Value
- Update A Custom Field Value
- Delete A Custom Field Value
- Get Managers For A Specific Custom Field Value
- Adds Managers For A Specific Custom Field Value
- Replaces Managers For A Specific Custom Field Value
- Removes Managers For A Specific Custom Field Value
- Webhook Subscriptions Actions
- Group Teams Actions
Overview
This node operation retrieves a list of custom fields associated with suppliers in an account. It is useful when you need to dynamically access or display additional metadata fields that have been customized for supplier records. For example, if your system tracks extra attributes like supplier certifications, preferred payment terms, or regional classifications as custom fields, this operation allows you to fetch all such fields programmatically.
Properties
| Name | Meaning |
|---|---|
| Account Id | Identifier of the account whose supplier custom fields you want to retrieve |
Output
The output JSON contains the list of custom fields defined for suppliers within the specified account. Each item in the list represents a custom field with its details (such as field name, type, and possibly other metadata). This enables downstream nodes or workflows to utilize these fields for further processing or display.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential configured in n8n to authenticate requests.
- The node interacts with an external API endpoint (base URL provided via credentials) to fetch supplier custom fields.
- Proper network connectivity to the API service is necessary.
Troubleshooting
- Missing or invalid Account Id: Ensure the "Account Id" property is correctly set and corresponds to a valid account in the external system.
- Authentication errors: Verify that the API key credential is properly configured and has sufficient permissions to access supplier data.
- Network issues: Check internet connectivity and firewall settings that might block access to the external API.
- Empty results: If no custom fields are returned, confirm that custom fields exist for suppliers in the specified account.
Links and References
- Refer to the external API documentation for supplier custom fields to understand the structure and usage of these fields.
- Consult n8n documentation on how to configure API key credentials and handle authentication.