CA Service Management

  • 1.  CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Mar 21, 2011 04:12 PM
    CA Service Management Tuesday Tip by Jon Israel, Sr. Support Engineer for 3/22/2011

    Many of our customers use whats known as the Maileater interface to open, and upate tickets within Service Desk. This past week, I was working on an issue in which a customer wanted more information on what fields could be updated by sending an email into maileater, and we have gotten the question a few times in the past as well, so I figured I would post it here to share with everyone.

    Maileater works via two components - the mailbox rules, and the text_api.cfg. The mailbox rules determine whether a ticket is created, or an existing one is updated. Once maileater filters out the email based on the mailbox rules, it then sends the information to the text_api to parse out the body of the email and digest any of the attributes specified, and either opens or updates a ticket based on those attributes.

    That said - the best way to find out what fields exactly can be updated via maileater, simply open up your text_api.cfg file (using a standard text editor), located in your $NX_ROOT\site directory. Do a search for the word "KEYWORDS" or simply scroll down the file until you get to the KEYWORDS section. Here you will see a list of all of the updatable attributes that text_api can look for. You will see different sections as you scroll down, starting with Requests, then Change Orders, then Issues.

    So for example, you will see the following under the section for Request's keywords:

    REQUEST.DESCRIPTION=description.STRING

    So for this example we will use the Description field. We will also say that we already have an mailbox rule set up to make maileater open a Request based on the word "Request" in the subject line. Now, lets say you want to send an email in to open a new ticket, and you would like to set the Description to read "I cannot access email via my web browser using firefox"

    To do this, simply send an email into mail eater with a subject of "Request" and the following in the body of the email:

    %DESCRIPTION=I cannot access email via my web browser using firefox.

    We dont need to put %REQUEST.DESCRIPTION as based on the mailbox rules - it will already know which object it is going to create or update. We only need to tell it which fields in that object to populate or update.

    When maileater recieves this email, it will apply the mailbox rule telling it to create a new request. It wil then send the information into the text_api which will parse out the body for keywords - in this case it will pick up the %DESCRIPTION keyword, and will continue opening a ticket with the specified text in the description field.

    This can be done for any ticket as long as the mailbox rules are configured correctly, and the emails being sent in have the appropriate and correct attributes on them based on the text_api configuration file.

    I hope this helps anyone out there who has had this question before :-)

    Enjoy the week!
    Jon


  • 2.  RE: Creating and Updating a ticket via Maileater

     
    Posted Mar 21, 2011 04:47 PM
    Thanks for the great tip Jon! AND it's not even Tuesday yet;)

    Chris


  • 3.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 07:54 AM

    Hi Jon_Israel

     

    THanks for the information 

     

    if i check USE TLS it ask for certificate . where can i place the certificate and how can i give the path?



  • 4.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 07:59 AM

    Hi Aamir,  are you talking about maileater? or is this for SMTP outgoing email?



  • 5.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 08:18 AM

    yes maileater



  • 6.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 09:05 AM

    Jon_Israel

     

    im referring to this option when i check USE TLS and save the configuration. it prompting for certificate. in which format i need to define path?pls advise. Which location i have to put file?

     



  • 7.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 10:15 AM

    Hi Aamir, 

    So you would need to get the cert from your mail hosting provider, and point to that cert in the "CA CERT PATH" field (bottom right of your screenshot).  This document should help you:

    Common Maileater SSL/TLS Questions 

    Hope this helps,

    Jon



  • 8.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 10:58 AM

    hi jon

     

    i got the tls certficste from provider but still I do not get the path .

    The document u provide not contain any information about path location..

     

    If anyone can  put input regarding this...

     

    1. In which folder of sdm  I have to put cert file ?

     

    2.what would I need to put CA CERTPATH field ?  Pls provide format how to

    put.

     

    Thanks

     

     

    On 06-Nov-2017 8:15 pm, "Jon_Israel" <communityadmin@communities-mail.ca.com>



  • 9.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 12:51 PM

    Aamir - this is simple.  You need to get the cert from the provider, and put it in a directory somewhere such as C:\certs\email_server_cert.pem,  then you just have to put C:\certs\email_server_cert.pem in the "CA CERT PATH" field, then recycle maileater (just kill pdm_maileater_nxd in task manager and it should come back up on its own).

    Jon



  • 10.  Re: CA Tuesday Tip: Creating and Updating a ticket via Maileater

    Posted Nov 06, 2017 01:46 PM

    Thankyou Jon

     

     

    On 06-Nov-2017 10:51 pm, "Jon_Israel" <