Tool tree
Web hosting, domain registration, and virtual servers
start_domain_registrationAction
Start a domain availability search and registration flow after the user has chosen a domain name.
View tool JSON
{
"name": "start_domain_registration",
"kind": "act",
"impl": "declarative",
"description": "Start a domain availability search and registration flow after the user has chosen a domain name.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string"
}
},
"required": [
"domain"
]
}
}subscribe_to_newsletterSensitive Action
Subscribe the user to Actiefhost updates using their email address, only when they explicitly request it.
View tool JSON
{
"name": "subscribe_to_newsletter",
"kind": "transact",
"impl": "declarative",
"description": "Subscribe the user to Actiefhost updates using their email address, only when they explicitly request it.",
"inputSchema": {
"type": "object",
"properties": {
"FIRST_NAME": {
"type": "string"
},
"LAST_NAME": {
"type": "string"
},
"EMAIL": {
"type": "string"
},
"website": {
"type": "string"
},
"GDPR": {
"type": "boolean",
"description": "I agree with the Privacy Policy."
}
},
"required": [
"FIRST_NAME",
"LAST_NAME",
"EMAIL",
"GDPR"
]
}
}