---
title: building blog
url: https://apyverse.com/blog/building-blog
author: ApyHub
published: 2026-09-24T05:53:00Z
---

# building blog

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