Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tofran/sendinblue-template-manager
Download and upload Sendinblue template's html content for ease of editing and versioning.
https://github.com/tofran/sendinblue-template-manager
pip sendinblue
Last synced: 15 days ago
JSON representation
Download and upload Sendinblue template's html content for ease of editing and versioning.
- Host: GitHub
- URL: https://github.com/tofran/sendinblue-template-manager
- Owner: tofran
- Created: 2021-04-29T21:00:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T18:27:10.000Z (over 3 years ago)
- Last Synced: 2024-10-15T17:21:11.116Z (about 1 month ago)
- Topics: pip, sendinblue
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sendinblue Template Downloader/Uploader
Download and upload Sendinblue template's html content for ease of editing and versioning.
Env var `SENDINBLUE_API_KEY` required (v3).Files named following the format:
`. .html`
ex: `001. Sample template title.html`## Installation
Available on [pypi as sendinblue-templates](https://pypi.org/project/sendinblue-templates/)
`pip install sendinblue-templates`
:sparkles:
## Usage
- `sendinblue-templates download [directory]`
Downloads the first 1000 templates from the Sendinblue account. Overriding existing files.- `sendinblue-templates upload [directory]`
Updates all matching templates html content in Sendinblue.