accelo_create_company
Create a new company record in Accelo with name, website, phone, status, parent company, and custom fields. Use it to add organizations to CRM from an AI assistant.
Instructions
Create a new company in Accelo.
Args: name: Company name (required) website: Company website URL phone: Phone number fax: Fax number comments: Notes about the company status_id: Initial status ID standing: Initial standing (overridden by status_id if both provided) parent_id: Parent company ID custom_id: Custom identifier fields: Additional fields to return in response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fax | No | ||
| name | Yes | ||
| phone | No | ||
| fields | No | ||
| website | No | ||
| comments | No | ||
| standing | No | ||
| custom_id | No | ||
| parent_id | No | ||
| status_id | No |