Automate managing CRM contacts, leads, orders, invoices, and cases in Dynamics 365.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Dynamics 365 Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dynamics365-automation/SKILL.md 2. Save it as ~/.claude/skills/dynamics365-automation/SKILL.md 3. Reload skills and tell me it's ready
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
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.
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 leadsKey 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/descriptionKey Parameters for DYNAMICS365_DYNAMICSCRM_GET_ALL_LEADS:
filter -- OData filter, e.g., "contains(fullname,'John')"select -- Fields to return, e.g., "fullname,emailaddress1"orderby -- Sort expression, e.g., "createdon desc"top -- Max number of resultsExample:
Tool: DYNAMICS365_DYNAMICSCRM_CREATE_LEAD
Arguments:
firstname: "Jane"
lastname: "Smith"
emailaddress1: "[email protected]"
companyname: "Acme Corp"
subject: "Interested in Enterprise plan"
Create and organize account (company) records in the CRM.
Tool: DYNAMICS365_DYNAMICSCRM_CREATE_ACCOUNT
Key Parameters:
name -- Account/company namedescription -- Description of the accountrevenue -- Revenue amount (number)accountcategorycode -- Category code (integer, default: 1)creditonhold -- Whether account is on credit hold (boolean)Example:
Tool: DYNAMICS365_DYNAMICSCRM_CREATE_ACCOUNT
Arguments:
name: "Contoso Ltd"
description: "Strategic partner for cloud services"
revenue: 5000000
creditonhold: false
Create detailed contact records with address and phone information.
Tool: DYNAMICS365_DYNAMICSCRM_CREATE_CONTACT
Key Parameters:
firstname, lastname -- Contact nameemailaddress1 -- Primary emailtelephone1 -- Primary phonemobilephone -- Mobile phonejobtitle -- Job titleaddress1_city, address1_stateorprovince, address1_postalcode, address1_country -- Address fieldsExample:
Tool: DYNAMICS365_DYNAMICSCRM_CREATE_CONTACT
Arguments:
firstname: "Bob"
lastname: "Johnson"
emailaddress1: "[email protected]"
jobtitle: "VP of Engineering"
address1_city: "Seattle"
address1_stateorprovince: "WA"
Create and update sales opportunities with estimated values and close dates.
Tools:
DYNAMICS365_DYNAMICSCRM_CREATE_OPPORTUNITY -- Create a new opportunityDYNAMICS365_DYNAMICSCRM_UPDATE_OPPORTUNITY -- Update an existing opportunityKey Parameters for DYNAMICS365_DYNAMICSCRM_CREATE_OPPORTUNITY:
name (required) -- Opportunity titledescription -- Brief descriptionestimatedvalue -- Anticipated revenue (number)estimatedclosedate -- Expected close date in YYYY-MM-DD formatcustomer_account_id -- GUID of the related account (no curly braces)customer_contact_id -- GUID of the related contact (no curly braces)Key Parameters for DYNAMICS365_DYNAMICSCRM_UPDATE_OPPORTUNITY:
opportunity_id (required) -- GUID of the opportunityopportunityratingcode -- 1 (Cold), 2 (Warm), 3 (Hot)salesstagecode -- 1 (Qualify), 2 (Develop), 3 (Propose)Example:
…
Automate 2chat workflows via Rube MCP after checking current tool schemas first.
Automate crypto wallet, account, and portfolio management with the Coinbase CDP SDK.
Automate Ipinfo IO lookups and network intelligence tasks through Rube MCP.
Automate RKVST workflows via Rube MCP with schema lookup first.
Automate Aivoov tasks through Rube MCP and connect them into workflows.
Apply official brand colors and typography to keep artifacts visually consistent.
Automate invoices, customers, accounts, and payments in QuickBooks Online.
Automate NetSuite customer, order, invoice, inventory, and record workflows with SuiteQL.
Automate Xero invoices, contacts, payments, and bookkeeping records in the cloud.
Automate SharePoint and OneDrive site, document, list, and search management.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Capsule CRM contacts, tasks, projects, and organizations with natural language.