Ad Widget

Collapse

Zabbix Webhook - Attaching Tag to problem and using it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slpefanis
    Member
    • Jan 2020
    • 52

    #1

    Zabbix Webhook - Attaching Tag to problem and using it

    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:

    Code:
    {
        "tags": {
            "endpoint": "FreshService",
            "issue_id": 12874
        }
    }
    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?
    Last edited by slpefanis; 30-04-2020, 14:10.
Working...