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
Name | Description |
---|---|
Input | |
ID | Enter the ID of the lead for which you want to retrieve information. String variables containing the lead ID. |
Misc | |
Display Name | Provides 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 | |
Delay | Enter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity. |
Output | |
Result | Outputs the lead information of the specified ID. Variables of type GetLeadsModels to store the lead information. |
How to Use
- Drag and drop the "Get Lead" activity onto the workflow.
- Configure the properties by specifying the delay, lead ID, and output variable for the lead information.
- 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.