Skip to main content
tool
string
required
Tool slug, e.g. GMAIL_SEND_EMAIL.
arguments
object
Tool arguments.
connected_account_id
string
Optional explicit account.
curl -X POST https://api.usenaive.ai/v1/users/USER_ID/connections/gmail/execute \
  -H "Authorization: Bearer $NAIVE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tool":"GMAIL_SEND_EMAIL","arguments":{"recipient_email":"lead@example.com","subject":"Hi","body":"..."}}'
Gated by the kit’s toolkit + per-tool filter. Returns { successful, error, data }.