Skip to content

Commit

Permalink
Merge pull request #19 from vokal/feat/invite-email
Browse files Browse the repository at this point in the history
feat: send invite email
  • Loading branch information
garciajg authored Apr 29, 2024
2 parents 41417eb + aefb11d commit 4a46c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subscribers/invite-created.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default async function handleInviteCreated({
const sendGridService = container.resolve("sendgridService")

sendGridService.sendEmail({
templateId: "send-invite",
from: "jose.garcia+threshold@vokal.io",
templateId: "d-3e6dc14ca2004c9f8984804255eddf96",
from: "jose.garcia+thresholddoors@vokal.io",
to: data.user_email,
dynamic_template_data: {
// any data necessary for your template...
Expand Down

0 comments on commit 4a46c53

Please sign in to comment.