We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sendgrid has a feature to categorize emails: https://docs.sendgrid.com/for-developers/sending-email/categories
While debugging emails in Sendgrid, we thought it would be useful to distinguish between the different emails that we send.
In particular - the meeting request email and the successful/failure match emails.
The text was updated successfully, but these errors were encountered:
The meeting request email would be the first spike. And in this case, there were no match emails.
With categories, we could see when certain types of email weren't sent out.
Sorry, something went wrong.
No branches or pull requests
Sendgrid has a feature to categorize emails: https://docs.sendgrid.com/for-developers/sending-email/categories
While debugging emails in Sendgrid, we thought it would be useful to distinguish between the different emails that we send.
In particular - the meeting request email and the successful/failure match emails.
The text was updated successfully, but these errors were encountered: