# Suitedash

All-in-one business software for client management, CRM, project management, and invoicing

- **Category:** productivity
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 8
- **Triggers:** 0
- **Slug:** `SUITEDASH`
- **Version:** 20260414_00

## Tools

### Create Company

**Slug:** `SUITEDASH_CREATE_COMPANY`

Tool to create a new company in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect company to the system. You can optionally specify primary contact information when creating the company.

### Create Contact

**Slug:** `SUITEDASH_CREATE_CONTACT`

Tool to create a new contact in SuiteDash CRM. Use when you need to add a new Lead, Client, or Prospect contact to the system. Requires first name, last name, role, and email address for all contact types.

### Get Company

**Slug:** `SUITEDASH_GET_COMPANY`

Tool to retrieve a single company by UID or Name from SuiteDash. Use when you need to fetch detailed information about a specific company including contact details, address, tags, and custom fields.

### Get Company Meta Attributes

**Slug:** `SUITEDASH_GET_COMPANY_META`

Tool to retrieve CRM company meta attributes information. Returns a complete schema of all the CRM Company Custom Fields that exist in the account along with all the Meta Attributes including field types, formats, validation rules, and allowed operations.

### Get Contact by UID or Email

**Slug:** `SUITEDASH_GET_CONTACT`

Tool to retrieve a single contact from SuiteDash by their UID or email address. Use when you need to fetch detailed information about a specific contact including their personal details, contact information, address, and custom fields.

### Get Contact Meta Attributes

**Slug:** `SUITEDASH_GET_CONTACT_META`

Tool to retrieve CRM contact meta attributes information. Returns a complete schema of all the CRM Contact Custom Fields that exist in the account along with all the Meta Attributes including field types, formats, validation rules, and allowed operations.

### List Companies

**Slug:** `SUITEDASH_LIST_COMPANIES`

Tool to retrieve all existing companies from SuiteDash. Returns a paginated list with optional filtering by creation date and ordering options. Use this when you need to list, search, or export companies. Note that idle companies are not included in the results.

### List Contacts

**Slug:** `SUITEDASH_LIST_CONTACTS`

Tool to get all existing contacts from SuiteDash. Returns a paginated list of contacts with optional filtering by creation date and custom ordering. Use when you need to retrieve, browse, or export contact lists.
