[
{"name": "Create Contact", "type": "action", "description": "Create a new contact in the system."},
{"name": "Update Contact", "type": "action", "description": "Update the details of an existing contact."},
{"name": "Upsert Contact", "type": "action", "description": "Insert a new contact or update an existing one if it already exists."},
{"name": "Create Opportunity", "type": "action", "description": "Create a new sales opportunity associated with a contact."},
{"name": "Create Task", "type": "action", "description": "Create a new task associated with a contact or opportunity."},
{"name": "Update Company", "type": "action", "description": "Update the details of an existing company."},
{"name": "Update Appointment", "type": "action", "description": "Update the details of an existing appointment."},
{"name": "Create Appointment", "type": "action", "description": "Create a new appointment for a contact."},
{"name": "Upsert Contact with CustomField", "type": "action", "description": "Insert or update a contact with specified custom fields."},
{"name": "Update Contact with CustomField", "type": "action", "description": "Update an existing contact's details, including custom fields."},
{"name": "Create Contact with CustomField", "type": "action", "description": "Create a new contact with specified custom fields."},
{"name": "Create Opportunity with CustomField", "type": "action", "description": "Create a new sales opportunity with custom field details."},
{"name": "Get Contact By Email", "type": "lookup", "description": "Retrieve contact details using their email address."},
{"name": "Get Contact By Id", "type": "lookup", "description": "Retrieve contact details using their unique ID."},
{"name": "Get Company By Id", "type": "lookup", "description": "Retrieve company details using their unique ID."}
]