[
{"name": "Get Client By Id", "type": "lookup", "description": "Retrieve detailed information about a client using their unique identifier."},
{"name": "Get Invoice By Id", "type": "lookup", "description": "Fetch the invoice details associated with a specific invoice ID."},
{"name": "Get Estimate By Id", "type": "lookup", "description": "Access the estimate information linked to a particular estimate ID."},
{"name": "Create Client Action", "type": "action", "description": "Create a new client account with the provided information."},
{"name": "Send Invoice Action", "type": "action", "description": "Send the specified invoice to the client via email."},
{"name": "Send Estimate Action", "type": "action", "description": "Email the selected estimate to the client for review."},
{"name": "Create Service Action", "type": "action", "description": "Add a new service offering to your list of available services."},
{"name": "Create Timeentry Action", "type": "action", "description": "Log a new time entry for specific project work or tasks."},
{"name": "Update Client Action", "type": "action", "description": "Modify the details of an existing client account."},
{"name": "Create Expenses Action", "type": "action", "description": "Record new expenses incurred in the course of business."},
{"name": "Update Expenses Action", "type": "action", "description": "Edit the details of previously recorded expenses."},
{"name": "Create Invoice Action", "type": "action", "description": "Generate a new invoice based on provided details and client information."},
{"name": "Update Invoice Action", "type": "action", "description": "Revise an existing invoice to reflect changes in the payment terms or details."},
{"name": "Create Project Action", "type": "action", "description": "Initiate a new project with relevant details and client affiliation."},
{"name": "Create Estimate Action", "type": "action", "description": "Draft a new estimate for the client based on project requirements."}
]