arrow_back
mail

Gmail Connector

Communication • v2.1.0

edit Edit

Status

Active

Published

Public Marketplace

Integrations

link

847

+23 this week

Success Rate

check_circle

99.8%

Excellent reliability

Avg Execution

speed

0.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.

email automation communication google

Parameters

input

to

String Required

Email address of the recipient

input

subject

String Required

Subject line of the email

input

body

String Required

Email body content (HTML or plain text)

output

Output

Object

Returns 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

mail

Notifier

Communication Agent

Active
support_agent

SupportBot

Customer Service Agent

Active

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

verified_user

Google OAuth Token

Actions