> For the complete documentation index, see [llms.txt](https://help.konnektive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.konnektive.com/konnektive-crm/customer-service/resending-emails-to-customers.md).

# Resend emails to customers

This article will walk you through how to resend various emails to your customers.<br>

* [Order Confirmation](#resendingemailstocustomers-orderconfirmation)
* [Refund/Void](#resendingemailstocustomers-refund-void)
* [Subscription Cancellation](#resendingemailstocustomers-subscriptioncancellation)
* [Fulfillment Shipped](#resendingemailstocustomers-fulfillmentshipped)

***

### Order Confirmation <a href="#resendingemailstocustomers-orderconfirmation" id="resendingemailstocustomers-orderconfirmation"></a>

There are two ways to resend any “All Orders” or “Initial Orders” emails to your customers:

* Open the customer’s orderId to view the Order Summary page. On the right side of the page, click the Resend Email button

<figure><img src="/files/V2eOlGmM4Kr11HlKHata" alt="" width="563"><figcaption></figcaption></figure>

* To resend order confirmation emails for a batch of orders, navigate to **Reports → Customers → Order Details** and filter to the orders who need their emails resent.
* Above the table headers, click “show/hide batch updates” and choose the “Resend Order Confirmation Emails” option. Then choose the orders (can select all by clicking “Select” on the table header) and submit the update.

<figure><img src="/files/gvbz32bOMQsCxf3N3tL8" alt="" width="563"><figcaption></figcaption></figure>

### Refund/Void <a href="#resendingemailstocustomers-refund-void" id="resendingemailstocustomers-refund-void"></a>

Refund and Void emails can be resent to the customer by using the Action’s button on the customer’s transaction.

<figure><img src="/files/6IsCAoBsNw4mnviLyZBr" alt="" width="563"><figcaption></figcaption></figure>

### Subscription Cancellation <a href="#resendingemailstocustomers-subscriptioncancellation" id="resendingemailstocustomers-subscriptioncancellation"></a>

Cancellation emails for recurring products can be resent from the purchase details page. This can be found by navigating to the customer’s profile and then clicking on the customer’s subscription purchase.

<figure><img src="/files/BZu5oP7BejYZZDQdah4d" alt="" width="563"><figcaption></figcaption></figure>

### Fulfillment Shipped <a href="#resendingemailstocustomers-fulfillmentshipped" id="resendingemailstocustomers-fulfillmentshipped"></a>

To resend “All Fulfillment” and “Initial Fulfillment” emails, navigate to **Fulfillment → Search Fulfillments** and filter to the orders who need their emails resent.

Above the table headers, click “show/hide batch updates” and choose the “Resend Order Confirmation Emails” option. Then choose the orders (can select all by clicking “Select” on the table header) and submit the update.

<figure><img src="/files/2asO3x3Pzf2Iqjqebztc" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.konnektive.com/konnektive-crm/customer-service/resending-emails-to-customers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
