> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: wix-crm-frontend ## Namespace: triggered-emails ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-crm-frontend/triggered-emails/introduction.md ## Article Content: # Introduction To learn more about triggered emails, see: - [About Triggered Emails](https://support.wix.com/en/article/about-triggered-emails) - [Creating a Triggered Email](https://support.wix.com/en/article/creating-a-triggered-email) - [How to Send a Triggered Email to Contacts with Code](https://support.wix.com/en/article/how-to-send-a-triggered-email-to-contacts-with-code) Before using `emailContact()` or `emailMember()`, you must set up at least 1 [triggered email](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/triggered-emails/set-up-a-triggered-email.md). > **Note:** > Triggered emails are included in the email marketing quota. However, similar to automations, triggered emails > will continue to send without interruption even if you reach the quota. > > The statistics for triggered emails are based on every time an email is sent, > including test emails that you send to yourself. This is different from the [statistics for email marketing](https://support.wix.com/en/article/viewing-your-email-marketing-statistics) > that are based on emails sent to unique contacts. Therefore, the statistics for > triggered emails may seem inflated compared to email marketing statistics.