Skip to content

Instantly share code, notes, and snippets.

View Blidnight's full-sized avatar
🏠
Working from home

Jean Saint Fleur Blidnight

🏠
Working from home
View GitHub Profile
@cosimo
cosimo / migrate-templates.py
Created May 8, 2024 15:52
Migrate Sendgrid templates between different accounts
"""
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.
"""