API Automation
HuLoop Automation provides a set of API commands to automate workflows efficiently. These commands enable users to interact with applications, perform data operations, manage files, and validate processes. By leveraging these commands, users can streamline automation tasks, reduce manual effort, and enhance accuracy.
The following sections outline the available commands and their usage:
- Start Api Request: REQ_START
- Define Api Request Type: REQ_TYPE
- Define Api Request Resource: REQ_RESOURCE
- Define Api Request Accept Type: REQ_ACCEPT_TYPE
- End The Api Call: REQ_END
- Get Status Code Of Api Request: REQ_STATUS
- Define Api Request Header Command: REQ_HEADER
- Define API Request Parameter: REQUEST_PARAMETER
- Post Data to API Request Command: REQ_POST_DATA
- Get Response Header Data: RES_HEADER_DATA
- Get Data from JSON Using Key Command: SET_FROM_JSON
- Validate API Response Format Command: RESPONSE_VALIDATE_STRUCTURE
- Input Required File in API Request: REQ_FILE_DATA
- Validate API Response Content: RESPONSE_VALIDATE_CONTENT
- Get Specified Value From JSON: GETJSONVALUEHANDLER
- Get Specified Value From XML: GETXMLVALUEHANDLER