search_email
Search Hiworks emails by entering a query, username, and password. Retrieve specific messages with supported filters like limit to streamline email management.
Instructions
하이웍스 이메일을 검색합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
password | No | ||
query | No | ||
username | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"type": "number"
},
"password": {
"default": "",
"type": "string"
},
"query": {
"type": "string"
},
"username": {
"default": "",
"type": "string"
}
},
"type": "object"
}