Actions25
Overview
This node integrates with the Whoz talent management platform, specifically allowing operations on various resources such as accounts, talents, dossiers, tasks, and billing items. For the Account - Get operation, it retrieves detailed information about a specific account (company or organization) by its unique ID.
Common scenarios for this node include:
- Fetching company details to enrich CRM data.
- Retrieving account information before creating related records like dossiers or tasks.
- Integrating Whoz account data into workflows for reporting or automation.
Example: You have an account ID from a previous step and want to get full details about that company to decide next steps in your workflow.
Properties
| Name | Meaning |
|---|---|
| Account ID | The unique ID of the account to retrieve |
Output
The output is a JSON object representing the account's details as returned by the Whoz API. This typically includes fields such as the account's name, address, contact information, and other metadata stored in Whoz about the company/organization.
No binary data output is involved in this operation.
Dependencies
- Requires an API authentication token configured via OAuth2 credentials for the Whoz platform.
- The node uses the base URL depending on environment selection (sandbox or production).
- Network access to the Whoz API endpoints is necessary.
Troubleshooting
- Error: Unknown account operation — Occurs if an unsupported operation is requested; ensure "get" is selected for the Account resource.
- API request failures — Could be due to invalid or expired API credentials, network issues, or incorrect Account ID. Verify credentials and input parameters.
- Missing required parameter — The Account ID must be provided; otherwise, the node will throw an error indicating the missing field.
- If the node returns an error message from the Whoz API, check the message for hints such as "account not found" or permission issues.
Links and References
- Whoz Platform Documentation (general reference for API capabilities)
- n8n documentation on OAuth2 Credentials for setting up authentication