This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Migrates SendGrid templates from one account to another. | |
Requires a `.env` file with the following variables: | |
- SOURCE_SENDGRID_API_KEY | |
- DESTINATION_SENDGRID_API_KEY | |
There is not much error handling here. This is not a place of honor. | |
It turned out to run quite smoothly still. | |
""" |