Yes the queue is set to have an auto response of "auto reply". This
works if an email is sent to the mailbox monitored by the queue but not
if we use the API to create the ticket.

 

The reason we have two methods is a website hosted by anther division of
the company will only send tickets to us by email with the sender set as
the webmaster. We have this going to a separate mail box and have an
external script that picks up the mail, works out who it should have
been sent from and creates a ticket via the API as if it had come in via
email with the headers set correctly.

 

Alastair French
IT Analyst
Aeroflex International Ltd
A Passion for Performance

Tel: +44 (0) 1438 772177
Email: [email protected]
http://www.aeroflex.com 

 Subscribe now to receive Aeroflex e-newsletters. As a subscriber, you
will receive all the latest Aeroflex news including upcoming products,
specials and other related information. Sign up now for our FREE monthly
newsletter: www.aeroflex.com/aboutus/enewsletter/signup-form.cfm
<http://www.aeroflex.com/aboutus/enewsletter/signup-form.cfm> .

Aeroflex Ltd registered in England and Wales No. 317241 * Registered
Office: Longacres House * Six Hills Way * Stevenage

 

From: [email protected] [mailto:[email protected]] On Behalf Of
Gerald Young
Sent: 06 September 2012 16:27
To: User questions and discussions about OTRS.
Subject: Re: [otrs] Auto Response from API created ticket

 

Does the queue in which the article is created have an auto reply?

On Thu, Sep 6, 2012 at 10:36 AM, French, Alastair <
[email protected]> wrote:

We are having issues with responses not being sent to the customer when
a ticket is created via the API

 

The ticket is being created OK and then the article appears to create
OK. The agents are being notified but nothing is logged in the history
about the customer being notified. The responses are being sent if the
ticket is opened by email but not via the API. The auto response is set
in OTRS to be "auto reply"

 

The (hopefully) relevant bits of the API call are

 

$articleid = $soapclient->__soapCall("Dispatch", array($soapuser,
$soappass, "TicketObject", "ArticleCreate",

                "TicketID ,                           $ticketid,

                "ArticleType",                    'email-external', 

                "SenderType",                  'customer',
# agent|system|customer

                "From" ,
utf8_encode(ucfirst($custFirstName) . ' ' . ucfirst($custLastName) . '
<'  . $custEmail . '>'), 

                "To" ,                                     '
[email protected]', 

                "Subject",                           $ticketSubject,

                "Body",
utf8_encode($cleanBody),

                "MessageID",                    $header->message_id,

                "ContentType",                'text/plain;
charset=utf-8',     

                "HistoryType",                  'EmailCustomer',


                "HistoryComment",        'Automatically Generated via
RMA Web Request',

                "UserID",                             $soapuserid,

                "NoAgentNotify",            0,


                "AutoResponseType",   'auto reply',            

                ));

 

OTRS Version 3.0.10

 

What have we missed?

 

Thanks

Alastair French
IT Analyst
Aeroflex International Ltd
A Passion for Performance

Tel: +44 (0) 1438 772177 <tel:%2B44%20%280%29%201438%20772177> 
Email: [email protected]
http://www.aeroflex.com 

Subscribe now to receive Aeroflex e-newsletters. As a subscriber, you
will receive all the latest Aeroflex news including upcoming products,
specials and other related information. Sign up now for our FREE monthly
newsletter: www.aeroflex.com/aboutus/enewsletter/signup-form.cfm
<http://www.aeroflex.com/aboutus/enewsletter/signup-form.cfm> .

Aeroflex Ltd registered in England and Wales No. 317241 * Registered
Office: Longacres House * Six Hills Way * Stevenage

 

Notice: This e-mail is intended solely for use of the individual or
entity to which it is
addressed and may contain information that is proprietary, privileged,
company confidential
and/or exempt from disclosure under applicable law. If the reader is not
the intended
recipient or agent responsible for delivering the message to the
intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is
strictly prohibited. If this communication has been transmitted from a
U.S. location it may
also contain data subject to the International Traffic in Arms
Regulations or U.S. Export
Administration Regulations and cannot be disseminated, distributed or
copied to foreign
nationals, residing in the U.S. or abroad, without the prior approval of
the U.S. Department
of State or appropriate export licensing authority. If you have received
this communication
in error, please notify the sender by reply e-mail or collect telephone
call and delete or
destroy all copies of this e-mail message, any physical copies made of
this e-mail message
and/or any file attachment(s).
 


---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

 


Notice: This e-mail is intended solely for use of the individual or entity to 
which it is
addressed and may contain information that is proprietary, privileged, company 
confidential
and/or exempt from disclosure under applicable law. If the reader is not the 
intended
recipient or agent responsible for delivering the message to the intended 
recipient, you are
hereby notified that any dissemination, distribution or copying of this 
communication is
strictly prohibited. If this communication has been transmitted from a U.S. 
location it may
also contain data subject to the International Traffic in Arms Regulations or 
U.S. Export
Administration Regulations and cannot be disseminated, distributed or copied to 
foreign
nationals, residing in the U.S. or abroad, without the prior approval of the 
U.S. Department
of State or appropriate export licensing authority. If you have received this 
communication
in error, please notify the sender by reply e-mail or collect telephone call 
and delete or
destroy all copies of this e-mail message, any physical copies made of this 
e-mail message
and/or any file attachment(s).

<<image001.gif>>

---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to