https://github.com/inducer/grist-mailmerge
Basic email-merge functionality for Grist
https://github.com/inducer/grist-mailmerge
batch email grist merge send
Last synced: 7 months ago
JSON representation
Basic email-merge functionality for Grist
- Host: GitHub
- URL: https://github.com/inducer/grist-mailmerge
- Owner: inducer
- License: mit
- Created: 2023-11-08T21:15:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T22:45:16.000Z (8 months ago)
- Last Synced: 2025-06-16T06:03:09.863Z (7 months ago)
- Topics: batch, email, grist, merge, send
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Email Merge for Grist
Supply a YAML file as configuration, as in [this example](example.yml).
Via the document ID and SQL query, point at data in a
[Grist](https://github.com/gristlabs/grist-core) document.
Optionally, it inserts or update records in the database based on the
data processed.
## Install
```
pip install grist-mailmerge
```
or
```
pipx install grist-mailmerge
```
## Use
```
grist-mailmerge --dry-run config.yml
grist-mailmerge config.yml
```
## "Documentation"
See the [this example](example.yml) and the command line help.