Tool tree
Housecall Pro is a top-rated software solution for home service businesses. Over 200,000 field service professionals trust Housecall Pro. Join them today.
StartTrialSensitive Action
Start a free trial of Housecall Pro by submitting an email address. Use when the user wants to sign up, create an account, or try the product.
View tool JSON
{
"name": "StartTrial",
"kind": "transact",
"impl": "declarative",
"description": "Start a free trial of Housecall Pro by submitting an email address. Use when the user wants to sign up, create an account, or try the product.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The email address to create the free trial account with."
}
},
"required": [
"email"
]
}
}