Update email notifications
set_notification_emailsTurn the recurring emails YouSpot itself sends the user off or back on, when they ask to stop getting one, unsubscribe, or resume it. The emails: exec_briefings is the daily 'Exec Briefing' built from their Second Brain; post_reports is the 'Your posts' section of that briefing (a LinkedIn post that is new or gaining traction); process_emails are the one-off notices when an import or sync finishes; agent_emails is the mail their cloud agents and LinkedIn or X watchers send (the agents keep running, only the email stops); tracker_updates is the email when a web page tracker finds a change. Pass only the settings they mean, false to stop. When they say 'this email' or 'the one I just got' without naming it, call with no arguments first: the result names the last email YouSpot sent them and the setting behind it, then call again with that setting false. This is for YouSpot's own mail only; for newsletters or senders in their Gmail use the Gmail tools. Confirm in plain words what is now off (or on) and that they can change it any time at the settings_url returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_emails | No | Email from their cloud agents and watchers. false stops the email, not the agents. | |
| post_reports | No | The 'Your posts' traction section of the Exec Briefing. false leaves it out. | |
| exec_briefings | No | The daily 'Exec Briefing' email. false stops it. | |
| process_emails | No | The notices when an import or sync finishes. false stops them. | |
| tracker_updates | No | The email when a web page tracker finds a change. false stops it. |