Get Vendors
AutomatR.Zoho.Activities.GetVendors
The "Get Vendors" activity in AutomatR is part of the Zoho activities package, designed to retrieve information about vendors. This activity streamlines the process of fetching vendor details, enhancing automation workflows.
Properties
Name | Description |
---|---|
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 information about vendors. Variables of type GetVendorsModels to store the vendor information. |
How to Use
- Drag and drop the "Get Vendors" activity onto the workflow.
- Configure the properties by specifying the delay.
- Execute the workflow to retrieve information about vendors.
Example
Consider an example where the "Get Vendors" activity is used to retrieve information about all vendors:
Get Vendors:
Delay: 0
Result: vendorsInformation
In this example, the activity retrieves information about all vendors with a delay of 0 seconds. The result, i.e., the vendors' information, is stored in the vendorsInformation
variable for further handling in the workflow.
Note: This documentation assumes that you have the necessary access tokens and permissions for interacting with Zoho CRM APIs. It handles various error scenarios, such as failed API requests.
Additional Information:
- The activity uses the Zoho CRM API to retrieve vendors' information.
- The retrieved information is of type
GetVendorsModels
, providing detailed data about the vendors.
Important:
- Ensure that the Zoho Scope activity encapsulates the "Get Vendors" activity for proper execution.
- The delay property allows you to control the time before starting the activity, aiding in synchronization with other workflow elements.