Skip to main content
Answer

Versa Networks Director Webhok to Freshservice ITSM

  • January 7, 2022
  • 2 replies
  • 80 views

Forum|alt.badge.img

Hi,

I'm wondering if there is anyone who has experience with creating a webhook on Versa Director to create tickets on Freshservice ITSM..

please see the attachment to view my configuration that did not work.

Many thanks in advance.


** Versa Director provides the essential management, monitoring and orchestration capabilities needed to deliver Versa’s Secure SD-WAN architecture network and security software services

Kamal

Best answer by Glavin Crasta

Hi @k.osman , if this did not work yet you could check the following:

  1. Check if the webhook URL is correct, it should be pointing towards your FS account.
  2. You can disable user name and password instead add header called “Authorization” and in value you will need to pass “Basic xxxxx” where xxxxx is your API key base 64 encoded.
  3. In the Body template you need to pass the mandatory fields needed to create a ticket i.e {
        "description": "Text",
        "subject": "Text",
        "email": "test@email.com",
        "priority": 1,  "status": 2, “source”:2 }

2 replies

Glavin Crasta
Active Contributor
Forum|alt.badge.img+6
  • Active Contributor
  • Answer
  • January 31, 2022

Hi @k.osman , if this did not work yet you could check the following:

  1. Check if the webhook URL is correct, it should be pointing towards your FS account.
  2. You can disable user name and password instead add header called “Authorization” and in value you will need to pass “Basic xxxxx” where xxxxx is your API key base 64 encoded.
  3. In the Body template you need to pass the mandatory fields needed to create a ticket i.e {
        "description": "Text",
        "subject": "Text",
        "email": "test@email.com",
        "priority": 1,  "status": 2, “source”:2 }

Forum|alt.badge.img
  • Author
  • Apprentice
  • January 31, 2022

Hi Glavin,

 

your settings are working like a charm. many thanks.

Kamal