# Elastic Email

Integry supports a number of actions of Elastic email.

### Authentication <a href="#h_01hr556ap450c8s3d5hf8vc37f" id="h_01hr556ap450c8s3d5hf8vc37f"></a>

Elastic Email uses API-Key authentication.

### Actions <a href="#h_01hr56vpze824xf8dyw4e604x7" id="h_01hr56vpze824xf8dyw4e604x7"></a>

| **Name**        | **Method** | **Description**              |
| --------------- | ---------- | ---------------------------- |
| Create Contact  | POST       | Creates a new contact        |
| Update Contact  | PUT        | Updates an existing contact  |
| Create Template | POST       | Creates a new template       |
| Update Template | PUT        | Updates an existing template |
| Get Template    | GET        | Fetches an existing template |

For more, please see [Elastic Email API docs.](https://elasticemail.com/developers/api-documentation/rest-api)


---

# 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.integry.ai/apps/supported-apps/elastic-email.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.
