awork icon

awork

Automate your workflows with the awork API

Overview

This node interacts with the awork API to retrieve detailed information about a specific company by its ID. It is useful in scenarios where you need to fetch company data for further processing or integration within an automated workflow, such as CRM updates, reporting, or data synchronization.

Use Case Examples

  1. Retrieve a company's details by providing its unique company ID to integrate with a CRM system.
  2. Fetch company information to generate reports or dashboards automatically.

Properties

Name Meaning
Company ID The unique identifier of the company to retrieve.
Request Options Additional settings to control the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • id - The unique identifier of the retrieved company.
  • name - The name of the company.
  • address - The address details of the company.
  • contactDetails - Contact information such as phone number and email of the company.
  • createdAt - Timestamp when the company record was created.
  • updatedAt - Timestamp when the company record was last updated.

Dependencies

  • Requires an API key credential for authenticating with the awork API.

Troubleshooting

  • Ensure the provided Company ID is valid and exists in the awork system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests time out or fail to connect.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify that the API key credential is correctly configured and has sufficient permissions.

Discussion