start_newsletter_subscriptionAction
Start a SICIS newsletter subscription from the site footer: takes an email address and opens the full subscription form prefilled with it.
View tool JSON
{
"name": "start_newsletter_subscription",
"kind": "act",
"impl": "declarative",
"description": "Start a SICIS newsletter subscription from the site footer: takes an email address and opens the full subscription form prefilled with it.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Newsletter"
}
},
"required": [
"email"
]
},
"page": "/us"
}