Zoho
zohoZoho is a suite of cloud applications including CRM, email marketing, and collaboration tools, enabling businesses to automate and scale operations
Acciones disponibles (6)
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.
Convert Zoho CRM LeadZOHO_CONVERT_ZOHO_LEADAcciónConverts a lead into a contact, account, and optionally a deal in zoho crm.
ZOHO_CONVERT_ZOHO_LEADAcciónConverts a lead into a contact, account, and optionally a deal in zoho crm.
Parámetros de entrada
lead_idstringObligatorioThe unique ID of the lead to convert.
assign_tostringUser ID to assign as the owner of the new contact/account.
overwritebooleanWhether to overwrite the account name in the contact if it already exists and the company names mismatch.
account_idstringID of an existing account to associate with the converted lead.
contact_idstringID of an existing contact to associate with the converted lead.
notify_lead_ownerbooleanNotify the lead owner about the conversion via email.
notify_new_entity_ownerbooleanNotify the new owner of the contact/account via email.
Parámetros de salida
dataobject[]ObligatorioDetails of the conversion result.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
response_dataobjectThe full response data from the API.
Create Zoho CRM RecordZOHO_CREATE_ZOHO_RECORDAcciónCreates new records in a specified module in zoho crm.
ZOHO_CREATE_ZOHO_RECORDAcciónCreates new records in a specified module in zoho crm.
Parámetros de entrada
dataobject[]ObligatorioA list of dictionaries representing the records to be created.
lar_idstringThe layout ID or lead assignment rule ID (lar_id) to be used if required.
triggerstring[]List of triggers to invoke during record creation (e.g., ['workflow', 'blueprint']).
module_api_namestringObligatorioThe API name of the module to create a record in.
Parámetros de salida
dataobject[]ObligatorioDetails of the created records.
infoobjectObligatorioAdditional information about the operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
response_dataobjectThe full response data from the API.
Create Zoho CRM TagZOHO_CREATE_ZOHO_TAGAcciónCreates new tags in zoho crm.
ZOHO_CREATE_ZOHO_TAGAcciónCreates new tags in zoho crm.
Parámetros de entrada
namestringObligatorioThe name of the tag to be created (max 25 characters).
color_codestringHex color code for the tag. Must be one of the allowed colors.
module_api_namestringObligatorioThe API name of the module to create the tag in (e.g., '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
Get Zoho CRM RecordsZOHO_GET_ZOHO_RECORDSAcciónRetrieves records from a specified module in zoho crm.
ZOHO_GET_ZOHO_RECORDSAcciónRetrieves records from a specified module in zoho crm.
Parámetros de entrada
idsstringComma-separated record IDs to fetch specific records.
cvidintegerCustom view ID to filter the records. Omit if not applicable.
pageintegerPage number to retrieve (default is 1).
fieldsstringComma-separated API names of the fields to retrieve (max 50).
sort_bystringField to sort records by (default is 'Modified_Time').
per_pageintegerNumber of records per page (default and max is 200).
sort_orderstringSort order: 'asc' or 'desc' (default is 'desc').
module_api_namestringObligatorioThe API name of the module to retrieve records from.
Parámetros de salida
dataobject[]ObligatorioList of records retrieved from the module.
infoobjectObligatorioPagination and additional information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
response_dataobjectThe full response data from the API.
Update Related Records in Zoho CRMZOHO_UPDATE_RELATED_RECORDSAcciónAssociates or updates relationships between records across different modules in zoho crm.
ZOHO_UPDATE_RELATED_RECORDSAcciónAssociates or updates relationships between records across different modules in zoho crm.
Parámetros de entrada
dataobject[]ObligatorioA list of dictionaries representing the related records to update. Each dictionary must include the 'id' of the related record.
record_idstringObligatorioThe unique ID of the parent record.
module_api_namestringObligatorioThe API name of the parent module (e.g., Leads, Contacts).
related_list_api_namestringObligatorioThe API name of the related list (e.g., Campaigns, Products).
Parámetros de salida
dataobject[]ObligatorioDetails of the update operations for each related record.
infoobjectObligatorioAdditional information about the operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
response_dataobjectThe full response data from the API.
Update Zoho CRM RecordZOHO_UPDATE_ZOHO_RECORDAcciónUpdates existing records in a specified module in zoho crm.
ZOHO_UPDATE_ZOHO_RECORDAcciónUpdates existing records in a specified module in zoho crm.
Parámetros de entrada
dataobject[]ObligatorioA list of dictionaries representing the records to be updated. Each record must include the 'id' field.
lar_idstringLayout ID for the module if required.
triggerstringComma-separated triggers to invoke during record update (e.g., workflow, blueprint).
wf_triggerbooleanWhether to trigger workflows during record update.
module_api_namestringObligatorioThe API name of the module to update records in.
Parámetros de salida
dataobject[]ObligatorioDetails of the updated records.
infoobjectObligatorioAdditional information about the operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
response_dataobjectThe full response data from the API.