##Appbase + Sendgrid Webhooks Usecase
Basically in all the cases when you want to send transactional mail (i.e based on some activity), it is perfect fit to use Appbase and Sendgrid together.
- When you want to notify users if their account information has been changed
- Mails related to order confirmation, send an email when new entry comes in
- Welcome mail to the users as soon as they sign up
- Alert mails
You won't need to run your server to handle the mails. It is advisable to run the webhooks through the backend as you will be passing your API key in the request.