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

# Push Templates Overview

> Create, update, and search for push notification templates.

The MoEngage Push Templates API allows you to create, update, and search for push notification templates for Android and iOS platforms. Use these endpoints to manage your template library efficiently and integrate it into your automated workflows.

<Note>
  If this API is not enabled for your account, contact your MoEngage Customer Success Manager (CSM) or the Support team to request enablement.
</Note>

## Endpoints

The Push Templates API is a collection of the following endpoints:

* [Create Push Template](/api/templates/create-push-template): Creates a push template.
* [Update Push Template](/api/templates/update-push-template): Updates a push template specified by its Template ID.
* [Search for Push Templates](/api/templates/search-for-push-templates): Fetches a push template using its Template ID or other filters like template name, platform, and so on.

## FAQs

<AccordionGroup>
  <Accordion title="Can I create a template that is supported only on iOS?">
    Yes, you can send only the iOS payload if you want to create a template for iOS.
  </Accordion>

  <Accordion title="What are the different types of image, video, and audio files supported by MoEngage?">
    Audio and video: All types of video and audio file formats supported by standard FCM/APNS platforms are supported.

    **Images:** The following formats are supported: "image/png", "image/jpeg", "image/jpg", "image/gif".
  </Accordion>

  <Accordion title="Can I create multiple templates with the same name?">
    Yes, you can create multiple templates with the same name, provided they have different versions.
  </Accordion>
</AccordionGroup>

## Postman Collections

We have made it easy for you to test the APIs. Click here to view the [Postman collection](https://www.postman.com/moengage-dev/api-docs/folder/3182294-9043f92c-dd0c-4ad7-b619-df7d4b7c4d87).
