# Email Notifications

- [How to automatically email customers their license key using Scheduled Tasks](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-automatically-email-customers-their-license-key-using-scheduled-tasks.md)
- [How to automatically email customers when the subscription is about to expire using Scheduled Tasks](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-automatically-email-customers-when-the-subscription-is-about-to-expire-using-scheduled-tasks.md)
- [How to follow up on idle trials with QLM Enterprise](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-follow-up-on-idle-trials-with-qlm-enterprise.md)
- [How to send yourself a weekly report of orders](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-send-yourself-a-weekly-report-of-orders.md)
- [How to automatically send an email when a new license is created](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-automatically-send-an-email-when-a-new-license-is-created.md)
- [How to send yourself a weekly report of upcoming renewals](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-send-yourself-a-weekly-report-of-upcoming-renewals.md)
- [How to send email notifications when an illegal computer is detected](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-send-email-notifications-when-an-illegal-computer-is-detected.md)
- [Send aggregated email notifications per subscription, order or email](https://docs.soraco.co/docs/email-framework/email-notifications/send-aggregated-email-notifications-per-subscription-order-or-email.md)
- [How to send a notification when a customer is created](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-send-a-notification-when-a-customer-is-created.md)
- [How to create email drip campaigns in QLM](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-create-email-drip-campaigns-in-qlm.md)
- [How to receive an email report of failed trial requests using Scheduled Tasks](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-receive-an-email-report-of-failed-trial-requests-using-scheduled-tasks.md)
- [How to automatically send the vendor an email when a customer activates a license](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-automatically-send-the-vendor-an-email-when-a-customer-activates-a-license.md)
- [How to send email notifications when an activation attempt is detected](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-send-email-notifications-when-an-activation-attempt-is-detected.md)
- [How to automatically send email if a license was not activated after x days](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-automatically-send-email-if-a-license-was-not-activated-after-x-days.md)
- [How to email a monthly analytics report](https://docs.soraco.co/docs/email-framework/email-notifications/how-to-email-a-monthly-analytics-report.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/email-framework/email-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
