# Espocrm

EspoCRM is an open-source web application that allows businesses to manage their customer relationships effectively.

- **Category:** crm
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `ESPOCRM`
- **Version:** 20260211_00

## Tools

### Get App User

**Slug:** `ESPOCRM_GET_APP_USER`

Tool to retrieve current user data including token, ACL, and preferences. Use after successful authentication to fetch session-specific profile.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Metadata

**Slug:** `ESPOCRM_GET_METADATA`

Test connectivity to the Docparser API by calling the ping endpoint. Use this tool to verify that your API credentials are valid and the service is reachable. Returns a simple 'pong' message on success.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
