# What is Send With SES ?

{% hint style="info" %}
**Send With SES has been rebranded as SENDUNE. The latest documentation is here:** [<mark style="color:red;">**https://docs.sendune.com/**</mark>](https://docs.sendune.com/)
{% endhint %}

**Send With SES** is a '**Customer Data'**, '**Customer Communication'** and '**Customer Support'** platform. Together, they make it really easy to understand your customer behaviour and send them targeted messages (emails, sms, push notifications, support tickets).

{% tabs %}
{% tab title="Customer Data" %}
Customers are the users of your app/website. You uniquely identify your customers either with their email id or their mobile number. You can stored unlimited contacts.&#x20;

Your customers perform a series of actions when they are browsing through your website or mobile app - like logging in, adding an item to cart, making a purchase, sharing a link, leaving a review, logging out, etc.&#x20;

Each action is '**metadata**' that indicates some customer behaviour.&#x20;

You attach all this metadata to individual customers using the 'Send With SES Contacts API'. For example, if a customer adds 'red sneakers' to their wish-list, you attach the '**tag**' \[*red sneakers*] to that particular customer.

You can attach as much metadata as required to each customer.
{% endtab %}

{% tab title="Customer Communication" %}
You can filter your contacts using the metadata (tags) to generate your own '**intelligence**' and send targeted messages - manually or via the API or through set rules (automations).&#x20;

Messages can be Emails, SMS, Chat Messages, Push Notifications or a combination thereof.

Send With SES integrates with your own AWS account to send Emails, SMS, and Push Notifications to your customers at low cost while ensuring high deliverability.
{% endtab %}

{% tab title="Customer Support" %}
Customer support is through a '**Unified Inbox**' that holds messages arriving from customers via Email.

When your customer sends you an email, it lands in a 'unified inbox' that is shared by one or more members of your customer support team. Anyone can reply to the message and everyone can see the conversation thread to get full contextual clarity about that support request.
{% endtab %}
{% endtabs %}

<figure><img src="https://1895149818-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LUFI_-_gHZ4pIVzoRlq%2Fuploads%2FMRfmxkhucxFK9UjXZFHa%2FGroup%201.png?alt=media&#x26;token=6b32b71a-f1cc-4d04-ad19-816ae53f9789" alt="" width="375"><figcaption><p>A perfect union.</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.sendwithses.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
