Dynamics 365
dynamics365Dynamics 365 from Microsoft combines CRM, ERP, and productivity apps to streamline sales, marketing, customer service, and operations in one integrated platform
Acciones disponibles (16)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get all invoices actionDYNAMICS365_DYNAMICS365_GET_ALL_INVOICES_ACTIONAcciónGet all invoices action
DYNAMICS365_DYNAMICS365_GET_ALL_INVOICES_ACTIONAcciónGet all invoices action
Parámetros de entrada
filterstringFilter criteria for invoices
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create AccountDYNAMICS365_DYNAMICSCRM_CREATE_ACCOUNTAcciónCreates a new account entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_ACCOUNTAcciónCreates a new account entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe name of the new account to be created.
revenuenumberThe revenue associated with the account.
user_idstringThe user's ID or 'me' for the authenticated user.
descriptionstringA description of the account.
creditonholdbooleanIndicates whether the account is on credit hold.
accountcategorycodeintegerThe category code of the account.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CaseDYNAMICS365_DYNAMICSCRM_CREATE_CASEAcciónCreates a new case (incident) entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_CASEAcciónCreates a new case (incident) entity record in dynamics crm using the web api.
Parámetros de entrada
titlestringThe subject or title of the case.
user_idstringThe user's ID or 'me' for the authenticated user.
descriptionstringA detailed description of the issue or inquiry.
prioritycodeintegerThe priority level of the case (e.g., 1 for Low, 2 for Normal, 3 for High).
caseorigincodeintegerThe source of the case (e.g., 1 for Phone Call, 2 for Email).
customerid_accountstringA reference to the related account. Format: '/accounts(GUID)'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactDYNAMICS365_DYNAMICSCRM_CREATE_CONTACTAcciónCreates a new contact entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_CONTACTAcciónCreates a new contact entity record in dynamics crm using the web api.
Parámetros de entrada
user_idstringThe user's ID or 'me' for the authenticated user.
jobtitlestringThe job title of the contact.
lastnamestringThe last name of the contact.
firstnamestringThe first name of the contact.
telephone1stringThe primary telephone number of the contact.
mobilephonestringThe mobile phone number of the contact.
address1_citystringThe city of the contact's address.
emailaddress1stringThe primary email address of the contact.
address1_countrystringThe country of the contact's address.
address1_postalcodestringThe postal code of the contact's address.
address1_stateorprovincestringThe state or province of the contact's address.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create InvoiceDYNAMICS365_DYNAMICSCRM_CREATE_INVOICEAcciónCreates a new invoice entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_INVOICEAcciónCreates a new invoice entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe name or number of the invoice.
user_idstringThe user's ID or 'me' for the authenticated user.
account_idstringA reference to the related account. Format: '/accounts(GUID)'
currency_idstringA reference to the currency for the transaction. Format: '/transactioncurrencies(GUID)'
descriptionstringA description of the invoice.
price_level_idstringA reference to the price list. Format: '/pricelevels(GUID)'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create LeadDYNAMICS365_DYNAMICSCRM_CREATE_LEADAcciónCreates a new lead entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_LEADAcciónCreates a new lead entity record in dynamics crm using the web api.
Parámetros de entrada
subjectstringA brief description or title for the lead.
user_idstringThe user's ID or 'me' for the authenticated user.
lastnamestringThe last name of the lead.
firstnamestringThe first name of the lead.
telephone1stringThe primary telephone number of the lead.
companynamestringThe company name associated with the lead.
emailaddress1stringThe primary email address of the lead.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create OpportunityDYNAMICS365_DYNAMICSCRM_CREATE_OPPORTUNITYAcciónCreates a new opportunity entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_OPPORTUNITYAcciónCreates a new opportunity entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe name or title of the opportunity.
user_idstringThe user's ID or 'me' for the authenticated user.
descriptionstringA brief description of the opportunity.
estimatedvaluenumberThe anticipated revenue from the opportunity.
customer_accountstringA reference to the related account. Format: '/accounts(GUID)'
estimatedclosedatestringThe expected close date of the opportunity in 'YYYY-MM-DD' format.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Sales OrderDYNAMICS365_DYNAMICSCRM_CREATE_SALES_ORDERAcciónCreates a new sales order entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_CREATE_SALES_ORDERAcciónCreates a new sales order entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe name of the sales order.
user_idstringThe user's ID or 'me' for the authenticated user.
account_idstringA reference to the related account. Format: '/accounts(GUID)'
currency_idstringA reference to the currency for the transaction. Format: '/transactioncurrencies(GUID)'
descriptionstringA description of the sales order.
price_level_idstringA reference to the price list. Format: '/pricelevels(GUID)'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Dynamicscrm get a invoiceDYNAMICS365_DYNAMICSCRM_GET_A_INVOICEAcciónDynamicscrm get a invoice
DYNAMICS365_DYNAMICSCRM_GET_A_INVOICEAcciónDynamicscrm get a invoice
Parámetros de entrada
invoice_idstringObligatorioThe ID of the invoice to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Dynamicscrm get a leadDYNAMICS365_DYNAMICSCRM_GET_A_LEADAcciónDynamicscrm get a lead
DYNAMICS365_DYNAMICSCRM_GET_A_LEADAcciónDynamicscrm get a lead
Parámetros de entrada
lead_idstringObligatorioThe ID of the lead to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Dynamicscrm get all leadsDYNAMICS365_DYNAMICSCRM_GET_ALL_LEADSAcciónDynamicscrm get all leads
DYNAMICS365_DYNAMICSCRM_GET_ALL_LEADSAcciónDynamicscrm get all leads
Parámetros de entrada
filterstringFilter criteria for leads
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CaseDYNAMICS365_DYNAMICSCRM_UPDATE_CASEAcciónUpdates an existing case (incident) entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_UPDATE_CASEAcciónUpdates an existing case (incident) entity record in dynamics crm using the web api.
Parámetros de entrada
titlestringThe subject or title of the case.
case_idstringObligatorioThe unique identifier (GUID) of the case to update.
user_idstringThe user's ID or 'me' for the authenticated user.
statuscodeintegerThe current status of the case (e.g., 1 for Active, 2 for In Progress, 3 for Resolved).
descriptionstringA detailed description of the issue or inquiry.
prioritycodeintegerThe priority level of the case (e.g., 1 for High, 2 for Normal, 3 for Low).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update InvoiceDYNAMICS365_DYNAMICSCRM_UPDATE_INVOICEAcciónUpdates an existing invoice entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_UPDATE_INVOICEAcciónUpdates an existing invoice entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe updated name or number of the invoice.
duedatestringThe updated due date for the invoice in YYYY-MM-DD format.
user_idstringThe user's ID or 'me' for the authenticated user.
invoice_idstringObligatorioThe unique identifier (GUID) of the invoice to update.
descriptionstringThe updated description of the invoice.
totalamountnumberThe updated total amount for the invoice.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update LeadDYNAMICS365_DYNAMICSCRM_UPDATE_LEADAcciónUpdates an existing lead entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_UPDATE_LEADAcciónUpdates an existing lead entity record in dynamics crm using the web api.
Parámetros de entrada
lead_idstringObligatorioThe unique identifier (GUID) of the lead to update.
subjectstringA brief description or title for the lead.
user_idstringThe user's ID or 'me' for the authenticated user.
lastnamestringLast name of the lead.
firstnamestringFirst name of the lead.
telephone1stringPrimary phone number of the lead.
companynamestringName of the company associated with the lead.
emailaddress1stringPrimary email address of the lead.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update OpportunityDYNAMICS365_DYNAMICSCRM_UPDATE_OPPORTUNITYAcciónUpdates an existing opportunity entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_UPDATE_OPPORTUNITYAcciónUpdates an existing opportunity entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe name or title of the opportunity.
user_idstringThe user's ID or 'me' for the authenticated user.
descriptionstringA brief description of the opportunity.
estimatedvaluenumberThe anticipated revenue from the opportunity.
opportunity_idstringObligatorioThe unique identifier (GUID) of the opportunity to update.
salesstagecodeintegerThe current sales stage (e.g., 1 for Qualify, 2 for Develop, 3 for Propose).
estimatedclosedatestringThe expected close date of the opportunity in 'YYYY-MM-DD' format.
opportunityratingcodeintegerThe rating of the opportunity (e.g., 1 for Cold, 2 for Warm, 3 for Hot).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Sales OrderDYNAMICS365_DYNAMICSCRM_UPDATE_SALES_ORDERAcciónUpdates an existing sales order entity record in dynamics crm using the web api.
DYNAMICS365_DYNAMICSCRM_UPDATE_SALES_ORDERAcciónUpdates an existing sales order entity record in dynamics crm using the web api.
Parámetros de entrada
namestringThe updated name of the sales order.
user_idstringThe user's ID or 'me' for the authenticated user.
descriptionstringThe updated description of the sales order.
freightamountnumberThe updated freight or shipping cost for the order.
salesorder_idstringObligatorioThe unique identifier (GUID) of the sales order to update.
discountamountnumberThe updated discount amount for the order.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not