---
title: Generate Thank You E-mail API
slug: generate-thank-you-email
url: https://apyverse.com/sharpapi/service/generate-thank-you-email
provider: SharpAPI
categories: [Communications, Marketing, Smart Generation]
tags: [email-generation, thank-you-email, async-jobs, ai-writing, communications]
auth: api_key
---

# Generate Thank You E-mail API

Generate thank-you emails from a content prompt, with optional language, length, and tone controls. Returns async job status and the final email text.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `sharpapi/api/v1/ecommerce/review_sentiment` | What it does Submits an asynchronous job to generate a thank-you email from the provided content an… | 50 |
| GET | `sharpapi/api/v1/ecommerce/product_categories/job/status/` | What it does Retrieves the current status of a Generate Thankyou Email job by job ID. On success, i… | 1 |

## About

## What it does
Thank You Email Generator creates a thank-you email from the content you provide, then returns the generated email text asynchronously. Send a `body` object with required `content`, and optionally add `context`, `language`, `max_length`, and `voice_tone` to steer the output.

Use `content` to describe the product, event, or situation you want the email to reference. Add `context` when you need extra instructions for phrasing or structure. Set `language` for non-English output, cap the length with `max_length`, and choose a `voice_tone` if you want the message to sound formal, friendly, funny, or like a specific writer.

The submit endpoint returns a `job_id` and `status_url` so you can track generation without blocking your app. When the job completes, the status response includes the generated `email` under `data.attributes.result`, along with the job `status`.

Use Thank You Email Generator when you need personalized follow-up messages after sales calls, interviews, events, support interactions, or customer handoffs, without building your own text generation workflow.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/sharpapi/service/generate-thank-you-email
