Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/users/:user_id/connections/:toolkit/execute — run a toolkit tool.
GMAIL_SEND_EMAIL
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":"..."}}'
{ successful, error, data }