# Parma

Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.

- **Category:** crm
- **Auth:** OAUTH2, API_KEY
- **Composio Managed App Available?** No
- **Tools:** 23
- **Triggers:** 0
- **Slug:** `PARMA`
- **Version:** 20260429_00

## Tools

### Add Relationship to Group

**Slug:** `PARMA_ADD_RELATIONSHIP_TO_GROUP`

Tool to add a relationship to a group in Parma. Use when you need to associate an existing relationship with a group.

### Create Note

**Slug:** `PARMA_CREATE_NOTE`

Tool to create a new note in the Parma account. Use when you need to add a note linked to specific relationships.

### Create Relationship

**Slug:** `PARMA_CREATE_RELATIONSHIP`

Tool to create a new relationship in Parma. Use when you need to add a new person or company to your Parma account.

### Get data.json metadata

**Slug:** `PARMA_DATA_JSON`

Tool to retrieve DCAT-US 1.1 compliant metadata of all datasets. Use when you need the complete catalog JSON (data.json) from Parma’s open data portal.

### Delete Relationship

**Slug:** `PARMA_DELETE_RELATIONSHIP`

Tool to delete a relationship from Parma by its ID. Use when you need to remove an existing relationship between entities. Returns success confirmation after deletion (HTTP 204).

### Get Pipeline

**Slug:** `PARMA_GET_PIPELINE`

Tool to retrieve a pipeline by its ID. Use when you need to fetch details about a specific pipeline.

### Get Relationship

**Slug:** `PARMA_GET_RELATIONSHIP`

Tool to retrieve a relationship by its unique ID. Use when you need to get detailed information about a specific relationship.

### Get Stage

**Slug:** `PARMA_GET_STAGE`

Tool to retrieve a stage by its unique identifier. Use when you need to fetch details about a specific stage in a pipeline.

### Get User by ID

**Slug:** `PARMA_GET_USER`

Tool to retrieve a user by their unique ID. Use when you need to fetch details for a specific user.

### Get User Profile

**Slug:** `PARMA_GET_USER_PROFILE`

Tool to retrieve the authenticated user's profile. Use after obtaining a valid auth token to fetch current user account details.

### List Deals

**Slug:** `PARMA_LIST_DEALS`

Tool to retrieve all deals from the Parma account. Use when you need to list deals, filter by pagination, or get an overview of all deals in the system.

### List Groups

**Slug:** `PARMA_LIST_GROUPS`

Tool to retrieve all groups in the Parma account. Use when you need to list groups, optionally filtered by a search query.

### List Notes

**Slug:** `PARMA_LIST_NOTES`

Tool to retrieve all notes from the Parma account. Use when you need to list or search through notes associated with relationships.

### List Pipelines

**Slug:** `PARMA_LIST_PIPELINES`

Tool to list all pipelines in the Parma account. Use when you need to retrieve available pipelines and their details.

### List Relationship Groups

**Slug:** `PARMA_LIST_RELATIONSHIP_GROUPS`

Tool to retrieve all groups linked to a specific relationship. Use when you need to see which groups are associated with a given relationship ID.

### List Relationship Notes

**Slug:** `PARMA_LIST_RELATIONSHIP_NOTES`

Tool to list all notes linked to a relationship. Use when you need to retrieve all notes associated with a specific relationship ID.

### List Relationships

**Slug:** `PARMA_LIST_RELATIONSHIPS`

Tool to list all relationships in the Parma account. Use when you need to retrieve and filter relationships by various criteria such as name, type, or contact details.

### List Stages

**Slug:** `PARMA_LIST_STAGES`

Tool to retrieve all stages in the Parma account. Use when you need to list pipeline stages or check available stage configurations.

### List Users

**Slug:** `PARMA_LIST_USERS`

Tool to list all users in the Parma account. Use when you need to retrieve the complete list of users with their IDs, names, and email addresses.

### List Parma CKAN datasets

**Slug:** `PARMA_PACKAGE_LIST`

Tool to retrieve all dataset identifiers from the Parma CKAN instance. Use when you need to list every available dataset ID.

### Remove Relationship From Group

**Slug:** `PARMA_REMOVE_RELATIONSHIP_FROM_GROUP`

Tool to remove a relationship from a group. Use when you need to dissociate a relationship from a specific relationship group. Returns success status on completion (HTTP 204).

### Update Note

**Slug:** `PARMA_UPDATE_NOTE`

Tool to update an existing note in the Parma account. Use when you need to modify the content, datetime, or relationships of a specific note.

### Update Relationship

**Slug:** `PARMA_UPDATE_RELATIONSHIP`

Tool to update an existing relationship in the Parma account. Use when you need to modify relationship details such as name, description, type, or associated groups.
