You are not logged in.
Hello, I am trying to send a webhook when a followup is created, edited and deleted.
How can I send the followup id, author and description?
For now all I have is:
{
"event": "glpi:comment_created",
"id": "##ticket.id##"
}
I need to identify at least the comment id and send it on the request to the webhook
Thank you very much
Last edited by thiago-marquezini (2024-11-11 16:31:56)
Offline