> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Dynamics 365

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

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

`dynamics365` · **16 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth dynamics365
run auth dynamics365 --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run dynamics365          # common commands
run dynamics365 --all    # every command
```

```ts theme={"theme":"github-dark"}
import { dynamics365 } from "@boxd/run";
```

## Common tools

| Tool                         | What it does                                                                   |
| ---------------------------- | ------------------------------------------------------------------------------ |
| `dynamicscrm-create-account` | Creates a new account entity record in Dynamics CRM using the Web API.         |
| `dynamicscrm-create-case`    | Creates a new case (incident) entity record in Dynamics CRM using the Web API. |
| `dynamicscrm-create-contact` | Creates a new contact entity record in Dynamics CRM using the Web API.         |
| `dynamicscrm-create-invoice` | Creates a new invoice entity record in Dynamics CRM using the Web API.         |
| `dynamicscrm-create-lead`    | Creates a new lead entity record in Dynamics CRM using the Web API.            |

<Accordion title="All 16 tools" icon="list">
  | Tool                             | What it does                                                                         |
  | -------------------------------- | ------------------------------------------------------------------------------------ |
  | `dynamicscrm-create-account`     | Creates a new account entity record in Dynamics CRM using the Web API.               |
  | `dynamicscrm-create-case`        | Creates a new case (incident) entity record in Dynamics CRM using the Web API.       |
  | `dynamicscrm-create-contact`     | Creates a new contact entity record in Dynamics CRM using the Web API.               |
  | `dynamicscrm-create-invoice`     | Creates a new invoice entity record in Dynamics CRM using the Web API.               |
  | `dynamicscrm-create-lead`        | Creates a new lead entity record in Dynamics CRM using the Web API.                  |
  | `dynamicscrm-create-opportunity` | Creates a new opportunity entity record in Dynamics CRM using the Web API.           |
  | `dynamicscrm-create-sales-order` | Creates a new sales order entity record in Dynamics CRM using the Web API.           |
  | `dynamicscrm-get-invoice`        | Dynamicscrm get a invoice                                                            |
  | `dynamicscrm-get-lead`           | Dynamicscrm get a lead                                                               |
  | `dynamicscrm-get-all-leads`      | Dynamicscrm get all leads                                                            |
  | `dynamicscrm-update-case`        | Updates an existing case (incident) entity record in Dynamics CRM using the Web API. |
  | `dynamicscrm-update-invoice`     | Updates an existing invoice entity record in Dynamics CRM using the Web API.         |
  | `dynamicscrm-update-lead`        | Updates an existing lead entity record in Dynamics CRM using the Web API.            |
  | `dynamicscrm-update-opportunity` | Updates an existing opportunity entity record in Dynamics CRM using the Web API.     |
  | `dynamicscrm-update-sales-order` | Updates an existing sales order entity record in Dynamics CRM using the Web API.     |
  | `get-all-invoices-action`        | Get all invoices action                                                              |
</Accordion>

[Open Dynamics 365 in the console →](https://app.boxd.sh/integrations/detail/dynamics365)
