During a process I would like to inform someone by email that something is done. This person (unfortunatly and sadely) does not want to use OTRS.
According to this link
=> viewtopic.php?t=30029
I got it working for TicketArticleCreate and TicketCreate with
Code: Select all
ArticleType => 'note-internal'
http://otrs.perl-services.de/docs/otrs/ ... reate.html
Excluding any email type
Code: Select all
ArticleType => 'note-internal',
# note-external|phone|fax|sms|...
# excluding any email type