smartlead_search_domain
Search for available domains under $15 that match a specific name pattern using Smartlead's vendor system to find affordable domain options.
Instructions
Search for available domains under $15 that match a given domain name pattern.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain_name | Yes | The domain name pattern you want to search for | |
vendor_id | Yes | ID of the vendor from whom you want to purchase the domain (use Get Vendors API to retrieve this ID) |
Input Schema (JSON Schema)
{
"properties": {
"domain_name": {
"description": "The domain name pattern you want to search for",
"type": "string"
},
"vendor_id": {
"description": "ID of the vendor from whom you want to purchase the domain (use Get Vendors API to retrieve this ID)",
"type": "integer"
}
},
"required": [
"domain_name",
"vendor_id"
],
"type": "object"
}