> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create content creatives

# Introduction

Marketers need to create impactful creatives that you can used or retargeting across MoEngage campaigns. Creatives can be in form of an personalised [email template](/user-guide/campaigns-and-channels/email/create/customize-your-email-content) or a [content block](/user-guide/content/content-blocks/content-blocks) (reusable elements such as a header, footer, or a coupon code across campaigns).

You can directly create content creatives in MoEngage using our [APIs](https://developers.moengage.com/hc/en-us/sections/9442069622036-Content-).

# Scope

The following integrations are supported-

| Capability      | API details                                                          | Description                                                                     |
| --------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| Email templates | [Email Templates](/api/email-templates-1/email-templates-1-overview) | Email template API helps to fetch, create and update templates in MoEngage.     |
| Content blocks  | [Content Block](/api/content-blocks/content-blocks-overview)         | Content block API helps to fetch, create and update content blocks in MoEngage. |

# Use-cases

### 1. Localise content

Let's say, your customers are creating email templates on MoEngage and you want to build a capability that automatically detects the language of incoming content and instantly translates to a different language.

You can use our [Get APIs](/api/email-templates-1/email-templates-1-overview) to fetch the email template from MoEngage and localise them on your platform and then send these localised templates back to MoEngage via [Create](/api/email-templates/create-email-template-v2) or [Update](/api/email-templates/update-email-template) APIs.

That's how you can leverage MoEngage APIs for localised content.

### 2. Sync creatives

Let's say, you have templating tool that allows customers to build super creatives and content for their endusers. Now, once your customers now want to send these impactful content via MoEngage campaigns.

You can use our [Create](/api/email-templates/create-email-template-v2) or [Update](/api/email-templates/update-email-template) APIs to sync the email templates from your platform into MoEngage. These templates can then be directly used inside [MoEngage campaigns](/user-guide/campaigns-and-channels/email/create/create-an-email-campaign).
