Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node operation creates a new supplier in an external system by sending the necessary supplier data to the API. It is useful for automating supplier management workflows, such as adding new vendors or partners directly from your automation without manual entry. For example, when onboarding a new supplier, this node can be used to programmatically register their details into your procurement or accounting system.

Properties

Name Meaning
Account Id Identifier of the account to which the new supplier will be linked

Output

The node outputs JSON data representing the newly created supplier record as returned by the external API. This typically includes the supplier's unique identifier, status, and any other metadata provided by the service after creation. The output does not include binary data.

Dependencies

  • Requires an API key credential for authenticating requests to the external supplier management API.
  • The base URL for the API must be configured in the node credentials or environment variables.
  • The node depends on an OpenAPI specification internally to define its operations and properties.

Troubleshooting

  • Missing or invalid Account Id: The operation requires a valid account identifier. Ensure that the "Account Id" property is correctly set and corresponds to an existing account in the target system.
  • Authentication errors: If the API key or authentication token is missing or incorrect, the node will fail to create the supplier. Verify that the API credentials are properly configured.
  • API connectivity issues: Network problems or incorrect base URL configuration can cause request failures. Confirm the API endpoint is reachable and correctly set.
  • Unexpected API response: If the external API changes or returns errors, check the response message for clues and update the node configuration accordingly.

Links and References

  • Refer to the external supplier management API documentation for detailed information on required fields and response structure.
  • Consult n8n documentation on how to configure API credentials and use OpenAPI-based nodes.

Discussion