[
{"name": "Create Contact", "type": "action", "description": "Add a new contact to your database."},
{"name": "Update Contact", "type": "action", "description": "Modify the details of an existing contact."},
{"name": "Delete Contact", "type": "action", "description": "Remove a contact from your records."},
{"name": "Create or Update Contact", "type": "action", "description": "Create a new contact or update an existing one based on provided details."},
{"name": "Add Contact to List", "type": "action", "description": "Include a contact in a specified list."},
{"name": "Remove Contact from List", "type": "action", "description": "Exclude a contact from a specified list."},
{"name": "Create Account", "type": "action", "description": "Establish a new account in the system."},
{"name": "Update Account", "type": "action", "description": "Edit details for an existing account."},
{"name": "Delete Account", "type": "action", "description": "Eliminate an account from your account list."},
{"name": "Create or Update Account", "type": "action", "description": "Create a new account or update an existing one based on provided information."},
{"name": "Create Deal", "type": "action", "description": "Initiate a new deal within the system."},
{"name": "Update Deal", "type": "action", "description": "Make changes to an existing deal."},
{"name": "Delete Deal", "type": "action", "description": "Remove a deal from the deal pipeline."},
{"name": "Create or Update Deal", "type": "action", "description": "Create a new deal or update an existing one based on provided details."},
{"name": "Create Product", "type": "action", "description": "Add a new product to the inventory."},
{"name": "Update Product", "type": "action", "description": "Modify the details of an existing product."},
{"name": "Delete Product", "type": "action", "description": "Remove a product from the inventory."},
{"name": "Bulk Update Products", "type": "action", "description": "Update multiple products at once."},
{"name": "Bulk Assign Owner to Products", "type": "action", "description": "Assign a new owner to multiple products simultaneously."},
{"name": "Bulk Delete Product", "type": "action", "description": "Remove multiple products from the inventory."},
{"name": "Add Prices of Product", "type": "action", "description": "Set or update the pricing for a specific product."},
{"name": "Update Prices of Product", "type": "action", "description": "Modify the existing prices of a product."},
{"name": "Delete Prices of Product", "type": "action", "description": "Remove pricing information for a product."},
{"name": "Add Product to a Deal", "type": "action", "description": "Link a product to a specific deal."},
{"name": "Remove Product of a Deal", "type": "action", "description": "Detach a product from a deal."},
{"name": "Create a Note", "type": "action", "description": "Add a new note for records or reminders."},
{"name": "Update a Note", "type": "action", "description": "Modify the content of an existing note."},
{"name": "Delete a Note", "type": "action", "description": "Remove a note from records."},
{"name": "Create a Task", "type": "action", "description": "Set up a new task to manage responsibilities."},
{"name": "Update a Task", "type": "action", "description": "Make changes to an existing task."},
{"name": "Delete a Task", "type": "action", "description": "Remove a task from your task list."},
{"name": "Mark Task as Done", "type": "action", "description": "Change the status of a task to completed."},
{"name": "Create Appointment", "type": "action", "description": "Schedule a new appointment with a contact or lead."},
{"name": "Update Appointment", "type": "action", "description": "Edit details of an existing appointment."},
{"name": "Delete Appointment", "type": "action", "description": "Cancel and remove an appointment."},
{"name": "Create Sales Activity", "type": "action", "description": "Record a new sales-related activity."},
{"name": "Update Sales Activity", "type": "action", "description": "Modify the details of an existing sales activity."},
{"name": "Delete Sales Activity", "type": "action", "description": "Remove a sales activity from your records."},
{"name": "Create Custom Module Record", "type": "action", "description": "Add a new record to a custom module."},
{"name": "Update Custom Module Record", "type": "action", "description": "Edit a record in a custom module."},
{"name": "Delete Custom Module Record", "type": "action", "description": "Remove a record from a custom module."},
{"name": "Create Document", "type": "action", "description": "Draft a new document."},
{"name": "Update Document", "type": "action", "description": "Make changes to an existing document."},
{"name": "Delete Document", "type": "action", "description": "Remove a document from your files."},
{"name": "Bulk Update Documents", "type": "action", "description": "Update multiple documents at once."},
{"name": "Bulk Delete Documents", "type": "action", "description": "Remove multiple documents simultaneously."},
{"name": "Add Product to a Document", "type": "action", "description": "Include a product in a specified document."},
{"name": "Delete Product of a Document", "type": "action", "description": "Remove a product from a document."},
{"name": "Create Call Log", "type": "action", "description": "Record details of a phone call made."},
{"name": "Find Contact", "type": "lookup", "description": "Search for an existing contact."},
{"name": "Find Account by ID", "type": "lookup", "description": "Retrieve an account using its unique ID."},
{"name": "Find Deal by ID", "type": "lookup", "description": "Locate a deal using its ID."},
{"name": "Find Product by ID", "type": "lookup", "description": "Search for a product using its ID."},
{"name": "Find Task by ID", "type": "lookup", "description": "Find a task using its unique ID."},
{"name": "Find Appointment by ID", "type": "lookup", "description": "Retrieve an appointment using its ID."},
{"name": "Find Sales Activity by ID", "type": "lookup", "description": "Locate a sales activity using its ID."},
{"name": "Find Document by ID", "type": "lookup", "description": "Search for a document using its ID."},
{"name": "Find Custom Module", "type": "lookup", "description": "Locate an entry in a custom module."},
{"name": "Find Owner by Email", "type": "lookup", "description": "Retrieve owner details using their email address."},
{"name": "Find Owner by ID", "type": "lookup", "description": "Locate an owner using their unique ID."},
{"name": "Find Account by Contact ID", "type": "lookup", "description": "Search for an account associated with a contact ID."},
{"name": "Find Account by Deal ID", "type": "lookup", "description": "Retrieve an account linked with a specific deal ID."},
{"name": "Find Contact by Deal ID", "type": "lookup", "description": "Locate a contact associated with a deal ID."},
{"name": "Find Deal by Contact Email", "type": "lookup", "description": "Retrieve a deal linked to a contact's email."},
{"name": "Find Deal by Contact ID", "type": "lookup", "description": "Search for a deal associated with a contact ID."},
{"name": "Find Email Conversation By Contactid", "type": "lookup", "description": "Retrieve email conversations linked to a specific contact ID."},
{"name": "Find Email Conversation By Id", "type": "lookup", "description": "Search for an email conversation using its ID."},
{"name": "Find Lead by Id", "type": "lookup", "description": "Locate a lead using its unique ID."},
{"name": "Create Lead", "type": "action", "description": "Initiate a new lead in the system."},
{"name": "Update Lead", "type": "action", "description": "Modify the details of an existing lead."},
{"name": "Delete Lead", "type": "action", "description": "Remove a lead from your records."},
{"name": "Add Lead Note", "type": "action", "description": "Add a note associated with a lead."},
{"name": "Create or Update Lead", "type": "action", "description": "Create a new lead or update an existing one based on provided details."},
{"name": "Convert Lead to Contact", "type": "action", "description": "Transform a lead into a contact in the database."}
]