# Crm365 Connector

The CRM365 Connector enables integration with Microsoft Dynamics 365 Customer Relationship Management (CRM365), facilitating seamless communication with the CRM365 system.

## Name

* **Description**: The name of the CRM365 connector instance.
* **Type**: Text (string)
* **Example**: "CRM365ConnectorInstance"

## Url

* **Description**: The base URL of the CRM365 service or API.
* **Type**: Text (string)
* **Example**: "<https://crm365.example.com>"

## Resourceurl

* **Description**: The URL for the specific resource within the CRM365 system.
* **Type**: Text (string)
* **Example**: "<https://crm365.example.com/api/resource>"

## Authorityid

* **Description**: The authority ID or tenant ID for authentication.
* **Type**: Text (string)
* **Example**: "tenant123"

## Clientid

* **Description**: The client or application ID associated with authentication.
* **Type**: Text (string)
* **Example**: "client123"

## User

* **Description**: The username or user ID used to authenticate the connector with CRM365.
* **Type**: Text (string)
* **Example**: "crmuser"

## Password

* **Description**: The password associated with the user account for authentication.
* **Type**: Text (string)
* **Example**: "crmsecretpassword"

## Apiurl

* **Description**: The specific API URL within the CRM365 system.
* **Type**: Text (string)
* **Example**: "<https://crm365.example.com/api>"

## Timeout

* **Description**: The maximum time allowed for the connector to wait for a response from CRM365 before timing out.
* **Type**: Integer (milliseconds)
* **Example**: 15000 (15 seconds)

## Testconnect

* **Description**: A command or flag to initiate a connection test with CRM365.
* **Type**: Command or Boolean (true/false)
* **Example**: true


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/crm365-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
