Delete Company
AutomatR.FreshDesk.Activities.DeleteCompany
The "Delete Company" activity in AutomatR is part of the Freshdesk activities package, facilitating the deletion of a company based on its ID. This activity streamlines the process of managing companies within Freshdesk, providing the ability to remove a specific company as needed.
Properties
Name | Description |
---|---|
Input | |
Company ID | Specifies the ID of the company to be deleted. It is a required input, uniquely identifying the company to be removed from Freshdesk. String variables containing the company 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 | Specifies the amount of time (in seconds) to wait before executing the "Delete Company" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Delete Company" activity onto the workflow.
- Configure the properties by specifying the company ID to be deleted.
- Optionally, configure the delay.
- Execute the workflow to delete the specified company in Freshdesk.
Example: Consider an example where the "Delete Company" activity is used to remove a specific company identified by the company ID:
Delete Company:
Display Name: "Remove XYZ Company"
Company ID: "123456789"
In this example, the activity deletes the company associated with the company ID "123456789." The workflow ensures that the company is successfully removed from Freshdesk.