Ricerche recenti
Nessuna ricerca recente

Arturo Moral Santiago
Data ingresso 15 apr 2021
·
Ultima attività 01 feb 2022
Seguiti
0
Follower
0
Attività totali
6
Voto
1
Abbonamenti
4
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Arturo Moral Santiago
Arturo Moral Santiago ha creato un post,
Post 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 > Targets > add 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
Data ultimo post: 11 gen 2017 · Arturo Moral Santiago
0
Follower
32
Voti
35
Commenti