Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node operation allows uploading a file to be used as a source for a custom field related to suppliers. It is useful when you want to import or update supplier information in bulk by providing a file that contains the relevant data for a custom field. Typical scenarios include integrating supplier data from external systems, updating supplier attributes en masse, or automating supplier data management workflows.

Properties

Name Meaning
Account Id Identifier of the account associated with the supplier data upload

Output

The node outputs JSON data representing the result of the file upload operation. This typically includes confirmation details such as success status, any identifiers related to the uploaded file, and possibly metadata about the processed custom field source. The output does not explicitly mention binary data handling, so it is assumed the file content is handled internally and only metadata or response info is output.

Dependencies

  • Requires an API key credential or similar authentication token configured in n8n to authorize requests.
  • Depends on an external service API endpoint (likely the supplier management system) to accept the uploaded file and process it as a custom field source.
  • The base URL for the API must be set in the node credentials or environment configuration.

Troubleshooting

  • Common issues:
    • Missing or invalid Account Id property will cause the operation to fail.
    • Authentication errors if the API key or token is missing or incorrect.
    • File format or size restrictions imposed by the external API might cause upload failures.
  • Error messages:
    • "Unauthorized" or "Authentication failed": Check API credentials and permissions.
    • "Invalid Account Id": Verify the provided account identifier is correct and exists.
    • "File upload failed": Ensure the file meets the required format and size limits.

Links and References

  • Refer to the external supplier management system's API documentation for details on file upload requirements and custom field source formats.
  • n8n documentation on how to configure API credentials and use file upload nodes.

Discussion