Zymonic Toolkit Email: Difference between revisions

From Zymonic
Content added Content deleted
(Created page)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div id="get_links"></div>
placeholder
This page contains all of the options for:
<pre>
sudo zymonic_toolkit.pl Email
</pre>


=Email Handler=
Adds a process/subform entry from an incoming email
<pre>
sudo zymonic_toolkit.pl Email email_handler
</pre>

<ul>
<li>
==System==
The system to be inspected. This is required for the command to work.
<pre>
sudo zymonic_toolkit.pl Email email_handler --system SYSTEM
</pre>
</li>
<li>
==Message==
The message to be parsed. This is required for the command to work.
<pre>
sudo zymonic_toolkit.pl Email email_handler --message MESSAGE_PATH_ON_SERVER
</pre>
</li>
<li>
==Process==
The process to add it to. This must be defined with the correct options, please [[Messaging Module|click here]] for more details. This is required for the command to work.
<pre>
sudo zymonic_toolkit.pl Email email_handler --process PROCESS_ZNAME
</pre>
</li>
</ul>

Latest revision as of 12:06, 30 April 2019

This page contains all of the options for:

sudo zymonic_toolkit.pl Email


Email Handler[edit]

Adds a process/subform entry from an incoming email

sudo zymonic_toolkit.pl Email email_handler
  • System[edit]

    The system to be inspected. This is required for the command to work.

    sudo zymonic_toolkit.pl Email email_handler --system SYSTEM
    
  • Message[edit]

    The message to be parsed. This is required for the command to work.

    sudo zymonic_toolkit.pl Email email_handler --message MESSAGE_PATH_ON_SERVER
    
  • Process[edit]

    The process to add it to. This must be defined with the correct options, please click here for more details. This is required for the command to work.

    sudo zymonic_toolkit.pl Email email_handler --process PROCESS_ZNAME