awork icon

awork

Automate your workflows with the awork API

Overview

This node operation creates a new company in the awork system. It is useful for automating the addition of company records, such as when onboarding new clients or partners, or managing company data within a workflow. For example, it can be used to automatically create a company profile when a new lead is captured in a CRM system.

Use Case Examples

  1. Automatically create a company record when a new client signs up.
  2. Add company details from a form submission into the awork system.

Properties

Name Meaning
Company Name The name of the company to be created.
Company Description A description of the company.
Company Industry The industry sector the company belongs to.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • id - The unique identifier of the created company.
  • name - The name of the created company.
  • description - The description of the created company.
  • industry - The industry of the created company.
  • createdAt - Timestamp when the company was created.
  • updatedAt - Timestamp when the company was last updated.

Dependencies

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

Troubleshooting

  • Ensure the 'Company Name' field is provided as it is required; missing it will cause the request to fail.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Discussion