meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ticket_email_parse [2023/10/07 12:05] – add notes on how ticket parsing works wrongecho | ticket_email_parse [2024/11/01 15:22] (current) – Clarify behaviour for anonymous/unknown emails wrongecho | ||
---|---|---|---|
Line 16: | Line 16: | ||
3. Turn on: Settings > Ticket > Email-to-ticket parsing | 3. Turn on: Settings > Ticket > Email-to-ticket parsing | ||
- | 4. Add a cron job to run // | + | 4. Add a cron job to run // |
- | 5. Ensure that all clients have the correct 'website' | + | 5. Decide whether you wish to automatically create tickets for every email, or just emails from client domains: |
+ | |||
+ | - Ensure that all clients have the correct 'domains' | ||
+ | |||
+ | - Enable Admin > Ticket > "// | ||
====== How it works ====== | ====== How it works ====== | ||
Line 32: | Line 36: | ||
- If there' | - If there' | ||
- If so, we create a new contact under that client for the user and raise the ticket under them | - If so, we create a new contact under that client for the user and raise the ticket under them | ||
- | - If not, we leave the email in the inbox to be actioned manually | + | - If not, we leave the email in the inbox to be actioned manually |
- | - If the email was successfully processed (e.g. a ticket raised / reply added) the message is moved to the ITFlow folder once attachments are processed | + | - If the email was successfully processed (e.g. a ticket raised / reply added), the message is moved to the ITFlow folder once attachments are processed |
===== Notes ===== | ===== Notes ===== | ||
* Only supports **basic auth**entication. This will not work with Microsoft as they require OAuth. | * Only supports **basic auth**entication. This will not work with Microsoft as they require OAuth. | ||
- | * The IMAP connection uses the same SMTP Username/ | ||
* As closed tickets cannot be re-opened, replies to closed tickets raise a notification | * As closed tickets cannot be re-opened, replies to closed tickets raise a notification | ||
- | * Emails | + | * By default, emails |
+ | * This behaviour can be adjusted by enabling "// |