Mail Listener v2
Listens to a mailbox and enables incident triggering via e-mail.
Messaging and Conferencing · Mail Listener
Configuration parameters
MailServerURL— Mail Server Hostname / IP address (required)port— IMAP Port (required)credentials— Username (required)clientCertAndKey—folder— Incoming mail folder (required)isFetch— Fetch incidentsincidentType— Incident typepermittedFromAdd— Fetch mails from these senders addresses only (eg. admin@demo.com,test@demo.com)permittedFromDomain— Fetch mails from these domains only (eg. demo.com, test.com)with_headers— Query search with headersfirst_fetch— First fetch timelimit— The maximum number of incidents to fetch each timedelete_processed— Delete processed emailsInclude_raw_body— Include raw body in incidentssave_file— Save the email .eml filedate_fetch— Fetch by email dateTLS_connection— Use TLS for connection (defaults to True)insecure— Trust any certificate (not secure)
Commands (3)
-
mail-listener-get-emailRetrieves an email by email ID.
-
mail-listener-get-email-as-emlFetches an email by message ID and returns the information in an eml file format.
-
mail-listener-list-emailsRetrieves emails according to the configuration.