Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 627 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 627 Bytes

Basic Email Merge for Grist

Supply a YAML file as configuration, as in this example. Via the document ID and SQL query, point at data in a Grist document. Each row in that document must have Email and Full_name columns.

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 and the command line help.