Skip to main content

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

NameDescription
Input
Company IDSpecifies 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 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
DelaySpecifies 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:

  1. Drag and drop the "Delete Company" activity onto the workflow.
  2. Configure the properties by specifying the company ID to be deleted.
  3. Optionally, configure the delay.
  4. 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.