You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to use Sendgrid as our email provider.
Here is what we need to do:
register an account on Sendgrid (Vlad)
Create an email template that is mobile-friendly and tested with the most popular email clients/services:
- ios native mail
- gmail
- outlook
when we have tested HTML, we are going to create a template on Sendgrid and then integrate Sendgrid with our app. Probably the best place to send email is pages/api/stripe/webhook.ts
case'checkout.session.completed':
awaitcreateOrder({sessionId: event?.data?.object?.id})awaitsendEmail({id: ORDER_SUCCESSFUL})// or something along this linebreak
The text was updated successfully, but these errors were encountered:
We are going to use Sendgrid as our email provider.
Here is what we need to do:
- ios native mail
- gmail
- outlook
pages/api/stripe/webhook.ts
The text was updated successfully, but these errors were encountered: