Actions28
- Companies Actions
- Products Actions
- Orders Actions
- Subscriptions Actions
- Contacts Actions
- Invoices Actions
- Usage Summaries Actions
Overview
This node is designed to retrieve a single company record by its unique Company Id from the Pax8 Partner API. It is useful in scenarios where you need detailed information about a specific company, such as fetching company details for account management, reporting, or integration with other systems.
For example, if you have a list of company IDs and want to pull detailed data for each company to update your CRM or generate reports, this node can be used to fetch that data efficiently.
Properties
| Name | Meaning |
|---|---|
| Company Id | The unique identifier (UUID) of the company whose record you want to fetch. This is required. |
Output
The node outputs JSON data representing the full details of the requested company record as returned by the Pax8 Partner API. The structure typically includes company attributes such as name, address, contact information, status, and other metadata related to the company.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the Pax8 Partner API.
- The node makes HTTP requests to the Pax8 Partner API endpoint at
https://api.pax8.com/v1. - Proper configuration of the API authentication credentials within n8n is necessary.
Troubleshooting
- Invalid Company Id: If the provided Company Id does not exist or is malformed, the API may return an error indicating the company was not found. Verify the UUID format and existence.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up.
- Network Issues: Connectivity problems to the Pax8 API endpoint can cause request failures. Check network access and proxy settings if applicable.
- API Rate Limits: Excessive requests might trigger rate limiting. Implement retry logic or reduce request frequency if needed.
Links and References
- Pax8 Partner API Documentation (for detailed API endpoints and data structures)
- n8n Documentation (for general usage of custom nodes and credentials)