You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2024-11-28 22:58:47

NiceATC
Member
Registered: 2024-11-19
Posts: 9

Webhook

I want to create a very simple webhook, when a new follow-up is created within the ticket it sends a post to my N8N with only 3 information:

Message, Name of the author of the message and the telephone number of the ticket applicant

Here's an example of json:

{
  "message": "##timelineitems.description##",
  "author": "##timelineitems.author##",
  "recipient": "##author.phone##"
}

but I'm not getting it, it doesn't decode the tags and sends it exactly as it is in json

Offline

#2 2024-11-29 15:37:44

NiceATC
Member
Registered: 2024-11-19
Posts: 9

Re: Webhook

I got an alternative, I sent the ticket ID and then I searched for ticket > user and finally I managed to get the phone

Offline

Board footer

Powered by FluxBB