Tool tree
App distribution, updates, and deep linking tools
startFreeTrialAction
Start the AppsOnAir free trial signup flow via the header 'Sign Up for Free' button.
View tool JSON
{
"name": "startFreeTrial",
"kind": "act",
"impl": "imperative",
"description": "Start the AppsOnAir free trial signup flow via the header 'Sign Up for Free' button.",
"inputSchema": {
"type": "object",
"properties": {}
}
}subscribeNewsletterSensitive Action
Subscribe an email address to the AppsOnAir general newsletter.
View tool JSON
{
"name": "subscribeNewsletter",
"kind": "transact",
"impl": "imperative",
"description": "Subscribe an email address to the AppsOnAir general newsletter.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string"
}
},
"required": [
"email"
]
}
}