---
title: "Reply to an email thread"
method: POST
path: "/actions/reply_email"
tags: ["Actions"]
---

# Reply to an email thread

`POST /actions/reply_email`

Reply to an email thread via a connected Gmail Actions integration.

## Request body

- ReplyEmailRequest — Reply to an email thread via Gmail.
  - `provider` 'reddit' | 'notion' | 'slack' | 'google_calendar' | 'google_mail' | 'box' | 'dropbox' | 'github' | 'google_drive' | 'vault' | 'web_crawler' | 'trace' | 'microsoft_teams' | 'gmail_actions' | 'granola' | 'fathom' | 'fireflies' | 'linear' | 'hubspot' | 'salesforce' | 'coda' | 'lightfield' | 'gong'
  - `connection` string, nullable — Connection ID. If omitted, auto-resolved from provider + user.
  - `thread_id` string, required — Gmail thread ID to reply to
  - `message_id` string, required — RFC 2822 Message-ID of the message being replied to
  - `to` string[], required — Recipient email addresses
  - `body` string, required — Reply body (plain text)
  - `subject` string, nullable — Subject (defaults to Re: original)
  - `cc` string[], nullable — CC recipients
  - `bcc` string[], nullable — BCC recipients

## Response `200`

Successful Response

- ActionResult — Result from executing an integration action.
  - `success` boolean, required
  - `error` string, nullable
  - `provider_response` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hyperspell/apis/hyperspell-api.md) · [All operations](https://skmtc.net/hyperspell/apis/hyperspell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperspell/hyperspell-api/revisions/5721acd588e6/schema)
