Feature Add-on
Agent Email Interface
This Feature Add-on makes it possible for an agent to work with tickets via emails without having to use the web agent interface of OTRS.
In order to work with this module an agent could just reply to any ticket notification email by including one or many commands between two special command tags, like this:
<OTRS_CMD> send </OTRS_CMD>
or
<OTRS_CMD> send, nocc </OTRS_CMD>
Commands can be combined (comma separated) if it makes sense to combine them.
The following commands exist:
- send – Sends an email to the customer, including the cc and bcc recipients (“send” also locks the ticket).
- nocc – If used together with send, the cc and bcc recipients will be excluded.
- lock – Locks the ticket.
- unlock – Unlocks the ticket.
- get – Gets the last customer article and sends it to the agent.
- note – Adds an internal note to the ticket.
- close – Closes the ticket (also unlocks the ticket).
Note that the package restricts the functionality of this feature to agents known to the system, but it does not use advanced security mechanisms such as digital signatures and the like.