Skip to content

Commit

Permalink
update: template IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Dec 15, 2023
1 parent da42bde commit 31d47b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/api/src/services/sendgrid_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@


class Template(str, Enum):
# TODO: provide actual template IDs
CONFIRMATION_EMAIL = "d-2026cde7bebd45ad85723443808c5817"
GUEST_TOKEN = "d-b19f08e584cb4c0f97b55f567ee10afc"
CONFIRMATION_EMAIL = "d-83d42cc17b54456183eeb946ba58861a"
GUEST_TOKEN = "d-1998e588ddf74c6d9ede36b778730176"


class PersonalizationData(TypedDict):
Expand Down

0 comments on commit 31d47b9

Please sign in to comment.