SKILL.md
Dynamics 365 Automation
Automate Microsoft Dynamics 365 CRM operations including creating and updating contacts, accounts, leads, opportunities, sales orders, invoices, and support cases.
Toolkit docs: composio.dev/toolkits/dynamics365
Setup
This skill requires the Rube MCP server connected at https://rube.app/mcp.
Before executing any tools, ensure an active connection exists for the dynamics365 toolkit. If no connection is active, initiate one via RUBE_MANAGE_CONNECTIONS.
Core Workflows
1. Manage Leads
Create, update, retrieve, and list lead records.
Tools:
DYNAMICS365_DYNAMICSCRM_CREATE_LEAD-- Create a new leadDYNAMICS365_DYNAMICSCRM_UPDATE_LEAD-- Update an existing leadDYNAMICS365_DYNAMICSCRM_GET_A_LEAD-- Retrieve a lead by GUIDDYNAMICS365_DYNAMICSCRM_GET_ALL_LEADS-- List/filter all leads
Key Parameters for DYNAMICS365_DYNAMICSCRM_CREATE_LEAD:
firstname-- First name of the leadlastname-- Last name of the leademailaddress1-- Primary email addresstelephone1-- Primary phone numbercompanyname-- Associated company namesubject-- Brief title/description
Key Parameters for DYNAMICS365_DYNAMICSCRM_GET_ALL_LEADS:
filter-- OData filter, e.g.,"contains(fullname,'John')"select-- Fields to return, e.g.,
