[
{"name": "Create Contact", "type": "action", "description": "Create a new contact in the system."},
{"name": "Update Contact", "type": "action", "description": "Update the information of an existing contact."},
{"name": "Delete Contact", "type": "action", "description": "Remove a contact from the system."},
{"name": "Create or Update Contact (Legacy)", "type": "action", "description": "Create a new contact or update an existing one using legacy methods."},
{"name": "Add Contact to List", "type": "action", "description": "Add a contact to a specific list."},
{"name": "Remove Contact from List", "type": "action", "description": "Remove a contact from a specific list."},
{"name": "Create Account", "type": "action", "description": "Create a new account in the system."},
{"name": "Update Account", "type": "action", "description": "Update the information of an existing account."},
{"name": "Delete Account", "type": "action", "description": "Remove an account from the system."},
{"name": "Create or Update Account", "type": "action", "description": "Create a new account or update an existing one."},
{"name": "Create Deal", "type": "action", "description": "Create a new sales deal in the system."},
{"name": "Update Deal", "type": "action", "description": "Update the information of an existing deal."},
{"name": "Delete Deal", "type": "action", "description": "Remove a deal from the system."},
{"name": "Create or Update Deal (Legacy)", "type": "action", "description": "Create a new deal or update an existing one using legacy methods."},
{"name": "Create Product", "type": "action", "description": "Add a new product to the inventory."},
{"name": "Update Product", "type": "action", "description": "Change 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 ownership of multiple products to a specific user."},
{"name": "Bulk Delete Product", "type": "action", "description": "Remove multiple products from the system."},
{"name": "Add Prices of Product", "type": "action", "description": "Set pricing information for a product."},
{"name": "Update Prices of Product", "type": "action", "description": "Change the prices of an existing product."},
{"name": "Delete Prices of Product", "type": "action", "description": "Remove pricing information from a product."},
{"name": "Add Product to a Deal", "type": "action", "description": "Add a product to a specific sales deal."},
{"name": "Remove Product of a Deal", "type": "action", "description": "Remove a product from a specific sales deal."},
{"name": "Create a Note", "type": "action", "description": "Add a new note regarding a contact, deal, or account."},
{"name": "Update a Note", "type": "action", "description": "Modify an existing note."},
{"name": "Delete a Note", "type": "action", "description": "Remove a note from the system."},
{"name": "Create a Task", "type": "action", "description": "Create a new task for follow-ups or activities."},
{"name": "Update a Task", "type": "action", "description": "Modify the details of an existing task."},
{"name": "Delete a Task", "type": "action", "description": "Remove a task from the system."},
{"name": "Mark Task as Done", "type": "action", "description": "Mark an existing task as completed."},
{"name": "Create Appointment", "type": "action", "description": "Schedule a new appointment."},
{"name": "Update Appointment", "type": "action", "description": "Change the details of an existing appointment."},
{"name": "Delete Appointment", "type": "action", "description": "Remove an appointment from the calendar."},
{"name": "Create Sales Activity", "type": "action", "description": "Log a new sales activity."},
{"name": "Update Sales Activity", "type": "action", "description": "Modify an existing sales activity."},
{"name": "Delete Sales Activity", "type": "action", "description": "Remove a sales activity from the system."},
{"name": "Create Custom Module Record", "type": "action", "description": "Create a record in a custom module."},
{"name": "Update Custom Module Record", "type": "action", "description": "Update 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": "Create a new document."},
{"name": "Update Document", "type": "action", "description": "Modify an existing document."},
{"name": "Delete Document", "type": "action", "description": "Remove a document from the system."},
{"name": "Bulk Update Documents", "type": "action", "description": "Update multiple documents at once."},
{"name": "Bulk Delete Documents", "type": "action", "description": "Remove multiple documents from the system."},
{"name": "Add Product to a Document", "type": "action", "description": "Include a product in a document."},
{"name": "Delete Product of a Document", "type": "action", "description": "Remove a product from a document."},
{"name": "Create Call Log", "type": "action", "description": "Log a new call activity."},
{"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 identifier."},
{"name": "Find Deal by ID", "type": "lookup", "description": "Retrieve a deal using its unique identifier."},
{"name": "Find Product by ID", "type": "lookup", "description": "Retrieve a product using its unique identifier."},
{"name": "Find Task by ID", "type": "lookup", "description": "Retrieve a task using its unique identifier."},
{"name": "Find Appointment by ID", "type": "lookup", "description": "Retrieve an appointment using its unique identifier."},
{"name": "Find Sales Activity by ID", "type": "lookup", "description": "Retrieve a sales activity using its unique identifier."},
{"name": "Find Document by ID", "type": "lookup", "description": "Retrieve a document using its unique identifier."},
{"name": "Find Custom Module", "type": "lookup", "description": "Retrieve a record from a custom module."},
{"name": "Find Owner by Email", "type": "lookup", "description": "Retrieve an owner using their email address."},
{"name": "Find Owner by ID", "type": "lookup", "description": "Retrieve an owner using their unique identifier."},
{"name": "Find Account by Contact ID", "type": "lookup", "description": "Retrieve an account linked to a specific contact ID."},
{"name": "Find Account by Deal ID", "type": "lookup", "description": "Retrieve an account associated with a specific deal ID."},
{"name": "Find Contact by Deal ID", "type": "lookup", "description": "Retrieve a contact associated with a specific deal ID."},
{"name": "Find Deal by Contact Email", "type": "lookup", "description": "Retrieve a deal linked to a specific contact's email."},
{"name": "Find Deal by Contact ID", "type": "lookup", "description": "Retrieve a deal linked to a specific contact ID."},
{"name": "Find Email Conversation By Contact ID", "type": "lookup", "description": "Retrieve email conversations linked to a specific contact ID."},
{"name": "Find Email Conversation By ID", "type": "lookup", "description": "Retrieve an email conversation using its unique identifier."},
{"name": "Bulk Delete Leads", "type": "action", "description": "Remove multiple leads from the system."},
{"name": "Add Contact Note by Email", "type": "action", "description": "Add a note to a contact using their email address."},
{"name": "Create Or Update Contact", "type": "action", "description": "Create a new contact or update an existing one."},
{"name": "Create Or Update Deal", "type": "action", "description": "Create a new deal or update an existing one."},
{"name": "Get custom module record array response", "type": "lookup", "description": "Retrieve an array of records from a custom module."},
{"name": "Get Updated Contact Array Response", "type": "lookup", "description": "Retrieve an array of updated contact information."},
{"name": "Get updated deal array response", "type": "lookup", "description": "Retrieve an array of updated deal information."},
{"name": "Find Account", "type": "lookup", "description": "Search for and retrieve an existing account."}
]