Microsoft Dynamics CRM
Customer relationship management software package developed by Microsoft.
Actions
| Name | Description |
|---|---|
dynamics_crm_create_recordCreates a new record. | Creates a new record. |
dynamics_crm_delete_recordDeletes an existing record. | Deletes an existing record. |
dynamics_crm_get_recordRetrieves an existing record. | Retrieves an existing record. |
dynamics_crm_update_recordUpdates an existing record. | Updates an existing record. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'microsoft-dynamics-crm',
actionName: 'dynamics_crm_create_record',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft Dynamics CRM to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Microsoft Dynamics CRM support?
Microsoft Dynamics CRM supports 5 actions including Create Record, Delete Record, Get Record, Update Record, Custom API Call.
Can I use Microsoft Dynamics CRM with AI agents?
Yes. Add Microsoft Dynamics CRM to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Microsoft Dynamics CRM use?
Microsoft Dynamics CRM uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Microsoft Dynamics CRM integration cost?
The Microsoft Dynamics CRM integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Microsoft Dynamics CRM in 2 minutes
Get 1,000 free actions every month. No credit card required.