[
{"name": "Create Account", "type": "action", "description": "Create a new account in the system."},
{"name": "Update Account", "type": "action", "description": "Update details of an existing account."},
{"name": "Add Prospect", "type": "action", "description": "Add a new prospect to the database."},
{"name": "Update Prospect", "type": "action", "description": "Update information for an existing prospect."},
{"name": "Create Opportunity", "type": "action", "description": "Create a new business opportunity."},
{"name": "Create Task Action", "type": "action", "description": "Create a new task associated with a prospect or account."},
{"name": "Create Call Log", "type": "action", "description": "Log a new call interaction with a prospect or account."},
{"name": "Create Template Action", "type": "action", "description": "Create a new template for communication or tasks."},
{"name": "Create SequenceTemplate Action", "type": "action", "description": "Create a new sequence template for automated outreach."},
{"name": "Create SequenceStep Action", "type": "action", "description": "Define a new step in a communication sequence."},
{"name": "Create Sequence Action", "type": "action", "description": "Initiate a new sequence of outreach actions."},
{"name": "Update Opportunity", "type": "action", "description": "Update the details of an existing opportunity."},
{"name": "Get Account Details By Id", "type": "lookup", "description": "Retrieve account details using the account ID."},
{"name": "Get Account Details By Name", "type": "lookup", "description": "Retrieve account details using the account name."},
{"name": "Get Call Disposition Details By Id", "type": "lookup", "description": "Fetch call disposition details using the ID."},
{"name": "Get Call Disposition Details By Name", "type": "lookup", "description": "Fetch call disposition details using the name."},
{"name": "Get Call Purpose Details By Id", "type": "lookup", "description": "Retrieve call purpose details using the ID."},
{"name": "Get Call Purpose Details By Name", "type": "lookup", "description": "Retrieve call purpose details using the name."},
{"name": "Get Mail Details By Id", "type": "lookup", "description": "Fetch email details using the mail ID."},
{"name": "Get MailBox Details By Id", "type": "lookup", "description": "Retrieve mailbox details using the mailbox ID."},
{"name": "Get Opportunity Details By Id", "type": "lookup", "description": "Retrieve opportunity details using the opportunity ID."},
{"name": "Get Opportunity Details By Name", "type": "lookup", "description": "Retrieve opportunity details using the opportunity name."},
{"name": "Get OpportunityStage By Name", "type": "lookup", "description": "Fetch opportunity stage details using the stage name."},
{"name": "Get Opportunity Stage Details By Id", "type": "lookup", "description": "Retrieve opportunity stage details using the stage ID."},
{"name": "Get Persona Details By Id", "type": "lookup", "description": "Fetch persona details using the persona ID."},
{"name": "Get Persona Details By Name", "type": "lookup", "description": "Retrieve persona details using the persona name."},
{"name": "Get Prospect Details By Id", "type": "lookup", "description": "Retrieve details of a prospect using their ID."},
{"name": "Get Sequence Details By Id", "type": "lookup", "description": "Fetch details of a sequence using its ID."},
{"name": "Get Task Priority Details By Id", "type": "lookup", "description": "Retrieve task priority details using the priority ID."},
{"name": "Get User Details By Id", "type": "lookup", "description": "Fetch user details using the user ID."},
{"name": "Get User Details By Email", "type": "lookup", "description": "Retrieve user details using the user email."},
{"name": "Get SequenceStep By Id", "type": "lookup", "description": "Fetch details of a specific sequence step using its ID."},
{"name": "Get SequenceTemplate By Id", "type": "lookup", "description": "Fetch details of a sequence template using its ID."},
{"name": "Get Template By Id", "type": "lookup", "description": "Retrieve details of a specific template using its ID."}
]