Recherches récentes


Pas de recherche récente

Arturo Moral Santiago's Avatar

Arturo Moral Santiago

Adhésion le 15 avr. 2021

·

Dernière activité le 01 févr. 2022

Suivis

0

Abonnés

0

Activité totale

6

vote

1

Abonnements

4

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Arturo Moral Santiago

Arturo Moral Santiago a créé une publication,

Publication 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 

 
 

Publication le 11 janv. 2017 · Arturo Moral Santiago

0

Abonnés

32

Votes

35

Commentaires