Status
ActivePublished
Public Marketplace
Integrations
link847
+23 this week
Success Rate
check_circle99.8%
Excellent reliability
Avg Execution
speed0.8s
Very fast
Overview
Gmail Connector is a powerful skill that enables your AI agents to interact with Gmail. It provides comprehensive email management capabilities including reading, sending, searching, and organizing emails. Perfect for automation workflows, customer support, and communication tasks.
Parameters
to
String RequiredEmail address of the recipient
subject
String RequiredSubject line of the email
body
String RequiredEmail body content (HTML or plain text)
Output
ObjectReturns message ID and status
Usage Example
// Send an email using Gmail Connector
const result = await gmailConnector.send({
to: "customer@example.com",
subject: "Order Confirmation",
body: "Thank you for your order!"
});
console.log(result.messageId);
Agents Using This Skill
Notifier
Communication Agent
SupportBot
Customer Service Agent
Configuration
CATEGORY
Communication
VERSION
2.1.0
MAX EXECUTION TIME
30 seconds
RETRY ATTEMPTS
3 times
CREATED
Oct 12, 2024
LAST UPDATED
Nov 18, 2024
Required Credentials
Google OAuth Token