최근 검색


최근 검색 없음

Arturo Moral Santiago's Avatar

Arturo Moral Santiago

가입한 날짜: 2021년 4월 15일

·

마지막 활동: 2022년 2월 01일

팔로잉

0

팔로워

0

총 활동 수

6

투표

1

플랜 수

4

활동 개요

님의 최근 활동 Arturo Moral Santiago

Arturo Moral Santiago님이 에 게시물을 만듦

게시물 Discussion - Tips and best practices from the community

Setting up the notification target

  • Create a Slack incoming webhook using the channel you want to send the notifications to
  • From Zendesk, navigate to Settings > Extensions > Targetsadd target
  • Click on HTTP Target
  • Setup the target to integrate with the previously created incoming webhook
    • Title: A descriptive title 
    • URL: use previously created incoming webhook’s URL
    • Method: POST
    • Content Type: JSON 
    • Basic Authentication: not necessary 

Example application: setting up notifications within triggers 

  • Under the Perform these actions: section, select Notifications: Notify target
 
  • Select the target previously created 
  • In the Message: text box, add the notification message in the request form formatted as JSON.  
    Example:
    {
    "attachments":[
    {
    "fallback":"New problem ticket created:bangbang:",
    "pretext":"New problem ticket created:bangbang:",
    "color":"#D00000",
    "fields":[
    {
    "title":"Subject: {{ticket.title}}",
    "value":"{{ticket.url}}",
    "short":false
    }
    ]
    }
    ]
    }
  • Test it! It should look similar to this 

 
 

2017년 1월 11일에 게시됨 · Arturo Moral Santiago

0

팔로워

32

투표 수

35

댓글