Giter VIP home page Giter VIP logo

otrs-ticket-notification-to-ms-teams-channel's Introduction

OTRS-Ticket-Notification-To-MS-Teams

  • Built for OTRS CE v 6.0.x

  • Send ticket notification to MS Teams Channel upon ticket action. E.g: TicketQueueUpdate

      Used CPAN Module:
      
      JSON::MaybeXS; 	#yum install -y perl-JSON-MaybeXS
      LWP::UserAgent; #yum install -y perl-LWP-Protocol-https
      HTTP::Request::Common;	
    
  1. Create incomig webhook by adding 'Incoming Webhook' app in MS Teams.Configure it, add it to specific channel and get the Webhook URL.

  2. Update the Webhook Url at System Configuration > TicketMSTeams::Queue

     Queue 1 Name => MS Team Channel Webhook 1  
     Queue 2 Name => MS Team Channel Webhook 2  
     Queue 3 Name => MS Team Channel Webhook 3  
     
     Example :
     Misc => https://outlook.office.com/webhook/b30SDS10-9466-fd0c1556d9b1/IncomingWebhook/6DFGDF88  
     and so on..
    
  3. Admin must create a new Generic Agent (GA) with option to execute custom module.

     [Mandatory][Name]: Up to you.
     [Mandatory][Event Based Execution] : Mandatory. Up to you. Example, TicketQueueUpdate for moving ticket to another queue
     [Optional][Select Ticket]: Optional. Up to you.
     [Mandatory][Execute Custom Module] : Module => Kernel::System::Ticket::Event::TicketMSTeams
    
     [Mandatory][Param 1 Key] : Subject   
     [Mandatory][Param 1 Value] : Text subject to be sent to the channel.
     [Mandatory][Param 2 Key] : Text1  
     [Mandatory[Param 2 Value] : Text body to be sent to the channel.
     [Optional][Param 3 Key] : Text2  
     [Optional[Param 3 Value] : Additional text body to be sent to the channel.
     
     #Support OTRS ticket TAG only. 
     #Support <OTRS_NOTIFICATION_RECIPIENT_UserFullname>, <OTRS_OWNER_UserFullname>, <OTRS_RESPONSIBLE_UserFullname> and <OTRS_CUSTOMER_UserFullname> tag.
     #Only support plain text.
    

da.png

otrs-ticket-notification-to-ms-teams-channel's People

Contributors

mo-azfar avatar

Stargazers

 avatar  avatar

Watchers

 avatar

otrs-ticket-notification-to-ms-teams-channel's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.