Skip to main content

Get Leads

AutomatR.Zoho.Activities.GetLeads

The "Get Leads" activity in AutomatR is part of the Zoho activities package, designed to retrieve information about leads from Zoho CRM. This activity streamlines the process of fetching lead data, enhancing automation workflows.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.
Output
ResultOutputs the information about leads. Variables of type GetLeadsModels to store the leads information.

How to Use

  1. Drag and drop the "Get Leads" activity onto the workflow.
  2. Configure the properties by specifying the delay and output variable for the leads information.
  3. Execute the workflow to retrieve information about leads from Zoho CRM.

Example

Consider an example where the "Get Leads" activity is used to retrieve information about all leads from Zoho CRM:

Get Leads:
Delay: 0
Result: leadsInformation

In this example, the activity attempts to retrieve details of all leads from Zoho CRM. The delay is set to 0, indicating that the activity should start immediately. The result, i.e., the leads information, is stored in the leadsInformation variable for further handling in the workflow.