My goal is that agents can attach notes to a ticket by email.
I have set up a second mail address ticketnotes@... which is filtered by a PostMaster Filter. In this way I can set the X-OTRS-[FollowUp-]ArticleType header to note-internal and X-OTRS-[FollowUp-]SenderType to agent and the email gets attached as agent note to the ticket mentioned in the subject. That works quite well. The problem is that the subsequent notifications emails are of the type Agent::FollowUp and not Agent::AddNote. That is confusing my agents.

Can someone tell me what I'm missing here?

link|improve this question
feedback

1 Answer

Followups are when a user mails an email. you will want to set the header : set this field :X-OTRS-FollowUp-ArticleType

see the code : ArticleType => $GetParam{'X-OTRS-FollowUp-ArticleType'}, http://tesisitil.googlecode.com/svn/trunk/trunk/otrs-2.4.5/Kernel/System/PostMaster/FollowUp.pm

see also : http://forums.otterhub.org/viewtopic.php?f=61&t=4966

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.