neuron_approve_via_whatsapp
Send an approval request to a WhatsApp number with a screenshot of the current browser state, then wait for an approve or reject reply to enable remote phone-based approvals.
Instructions
Send an approval request to WhatsApp and wait for the response. Takes a screenshot of the current state, sends it with a prompt to a WhatsApp number, waits for approve/reject reply. Use instead of pausing for keyboard approval — the user approves from their phone. Requires a Neuron bot API key and the recipient's phone number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | WhatsApp phone number to send the approval request to (E.164 format) | |
| tabId | No | Chrome tab ID to screenshot (optional) | |
| prompt | Yes | The approval question (e.g. 'Send this message to John?') | |
| api_key | Yes | Neuron bot API key with 'nrn_' prefix | |
| context | No | Additional context (e.g. the full message text, the form data) | |
| timeout_seconds | No | How long to wait for a response (default: 120) |