Skip to main content

Get Lead

AutomatR.Zoho.Activities.GetLead

The "Get Lead" activity in AutomatR is part of the Zoho activities package, designed to retrieve lead information based on the provided lead ID from Zoho CRM. This activity streamlines the process of fetching lead data, enhancing automation workflows.

Properties

NameDescription
Input
IDEnter the ID of the lead for which you want to retrieve information. String variables containing the lead ID.
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 lead information of the specified ID. Variables of type GetLeadsModels to store the lead information.

How to Use

  1. Drag and drop the "Get Lead" activity onto the workflow.
  2. Configure the properties by specifying the delay, lead ID, and output variable for the lead information.
  3. Execute the workflow to retrieve information for the specified lead from Zoho CRM.

Example

Consider an example where the "Get Lead" activity is used to retrieve information for a lead with the ID "12345" from Zoho CRM:

Get Lead:
Delay: 0
ID: "12345"
Result: leadInformation

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