subscribeNewsletterAction
Subscribe an email address to the TourSpecGolf newsletter for golf gear updates, promotions, and new Japanese club arrivals. Leave submit to the shopper for confirmation.
View tool JSON
{
"name": "subscribeNewsletter",
"kind": "act",
"impl": "declarative",
"description": "Subscribe an email address to the TourSpecGolf newsletter for golf gear updates, promotions, and new Japanese club arrivals. Leave submit to the shopper for confirmation.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Email address to subscribe to the TourSpecGolf newsletter"
}
},
"required": [
"email"
]
}
}