# Dynamics 365

Dynamics 365 from Microsoft combines CRM, ERP, and productivity apps to streamline sales, marketing, customer service, and operations in one integrated platform

- **Category:** crm
- **Auth:** OAUTH2
- **Composio Managed App Available?** Yes
- **Tools:** 16
- **Triggers:** 0
- **Slug:** `DYNAMICS365`
- **Version:** 20260414_00

## Tools

### Create Account

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_ACCOUNT`

Creates a new account entity record in Dynamics CRM using the Web API.

### Create Case

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_CASE`

Creates a new case (incident) entity record in Dynamics CRM using the Web API.

### Create Contact

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_CONTACT`

Creates a new contact entity record in Dynamics CRM using the Web API.

### Create Invoice

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_INVOICE`

Creates a new invoice entity record in Dynamics CRM using the Web API.

### Create Lead

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_LEAD`

Creates a new lead entity record in Dynamics CRM using the Web API.

### Create Opportunity

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_OPPORTUNITY`

Creates a new opportunity entity record in Dynamics CRM using the Web API. Some CRM configurations enforce `estimatedclosedate` and a transaction currency at the server level even though they are schema-optional; omitting them may cause the request to be rejected.

### Create Sales Order

**Slug:** `DYNAMICS365_DYNAMICSCRM_CREATE_SALES_ORDER`

Creates a new sales order entity record in Dynamics CRM using the Web API.

### Dynamicscrm get a invoice

**Slug:** `DYNAMICS365_DYNAMICSCRM_GET_A_INVOICE`

Dynamicscrm get a invoice

### Dynamicscrm get a lead

**Slug:** `DYNAMICS365_DYNAMICSCRM_GET_A_LEAD`

Dynamicscrm get a lead

### Dynamicscrm get all leads

**Slug:** `DYNAMICS365_DYNAMICSCRM_GET_ALL_LEADS`

Dynamicscrm get all leads

### Update Case

**Slug:** `DYNAMICS365_DYNAMICSCRM_UPDATE_CASE`

Updates an existing case (incident) entity record in Dynamics CRM using the Web API.

### Update Invoice

**Slug:** `DYNAMICS365_DYNAMICSCRM_UPDATE_INVOICE`

Updates an existing invoice entity record in Dynamics CRM using the Web API.

### Update Lead

**Slug:** `DYNAMICS365_DYNAMICSCRM_UPDATE_LEAD`

Updates an existing lead entity record in Dynamics CRM using the Web API.

### Update Opportunity

**Slug:** `DYNAMICS365_DYNAMICSCRM_UPDATE_OPPORTUNITY`

Updates an existing opportunity entity record in Dynamics CRM using the Web API. Some updates may be rejected if required relational fields (e.g., transactioncurrency) are absent from the record, even though they are not exposed as explicit parameters.

### Update Sales Order

**Slug:** `DYNAMICS365_DYNAMICSCRM_UPDATE_SALES_ORDER`

Updates an existing sales order entity record in Dynamics CRM using the Web API.

### Get all invoices action

**Slug:** `DYNAMICS365_GET_ALL_INVOICES_ACTION`

Get all invoices action
