Hi All
I have written a Zabbix Webhook that integrates with our helpdesk (FreshService). The webhook works fine since 4.4.8, but i'm wondering on the next step.
When the webhook triggers, I have got a JSON response as below:
The next thing I have left is when the problem resolves, I would like to call another webhook that uses the "issue_id" tag to update the ticket.
Any suggestions on where to go from here?
I have written a Zabbix Webhook that integrates with our helpdesk (FreshService). The webhook works fine since 4.4.8, but i'm wondering on the next step.
When the webhook triggers, I have got a JSON response as below:
Code:
{
"tags": {
"endpoint": "FreshService",
"issue_id": 12874
}
}
Any suggestions on where to go from here?