[SOLVED] Create Ticket Article with email

Moderator: crythias

Locked
FDN
Znuny newbie
Posts: 7
Joined: 13 Oct 2011, 10:43
Znuny Version: 3.0.10
Real Name: Fabrice DONDON
Company: METRIXWARE

[SOLVED] Create Ticket Article with email

Post by FDN »

Hi,

I' am migrating from a proprietary email system to OTRS.
I use the "ArticleCreate" method of "TicketObject" in my SOAP scripts.
  • May I set the "Body" field with the raw message body, even for multipart emails (with the corresponding ContentType) ?
  • Or must I decode the email first to create the Ticket Article and define its attachments ?
Thanks for your help

Regards

Fabrice
Last edited by FDN on 19 Feb 2013, 17:21, edited 1 time in total.
OTRS 3.0.10 in production with Mysql -
OTRS 3.2.1 in test with Mysql - perl v5.10.1
CentOS 6.3
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Create Ticket Article with email

Post by jojo »

you need to decode the email first to create the Ticket Article and define its attachments
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
FDN
Znuny newbie
Posts: 7
Joined: 13 Oct 2011, 10:43
Znuny Version: 3.0.10
Real Name: Fabrice DONDON
Company: METRIXWARE

Re: Create Ticket Article with email

Post by FDN »

Thanks for your reply
OTRS 3.0.10 in production with Mysql -
OTRS 3.2.1 in test with Mysql - perl v5.10.1
CentOS 6.3
Locked