An open API service indexing awesome lists of open source software.

https://github.com/sparkpost/template-library

A collection of example email templates for use with SparkPost
https://github.com/sparkpost/template-library

email postman-collection sparkpost templates

Last synced: 5 months ago
JSON representation

A collection of example email templates for use with SparkPost

Awesome Lists containing this project

README

          

[Sign up](https://app.sparkpost.com/join?src=Dev-Website&sfdcid=70160000000pqBb) for a SparkPost account and visit our [Developer Hub](https://developers.sparkpost.com) for even more content.

# SparkPost Email Template Library

This repository contains a selection of prebuilt email templates designed for use with SparkPost. Some, like the [features template](templates/features/) are meant to showcase SparkPost's personalisation capabilities. Others are starting points for your own email. For example, [here's a simple responsive template](templates/responsive/).

Each template is available as HTML, text and sample substitution data. You can also import a Postman collection containing all templates as SparkPost REST API requests.

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/d2f3d0149a306779aa1e)

# Regenerating The Postman Collection

To automatically create a Postman collection from the template files:

```bash
python tools/buildPostmanCollection.py
```

# Contributing

Transparency is one of our core values, and we encourage developers to contribute and become part of the SparkPost developer community.

## Contribution Steps

1. Fork this repository
2. Create a new branch named after the issue you'll be addressing. Include the issue number as the branch name. For example: a branch named "ISSUE-8" would address issue number 8.
3. Make your changes, adding new templates or updating existing ones as necessary.
4. Remember to [regenerate the Postman collection](#regenerating-the-postman-collection) to include your changes.
5. Submit a new pull request applying your branch to the develop branch of this repository.