Outgoing Webhooks customization

Outgoing Webhooks customization

I am trying to use outgoing webhooks to send information to an external tool. It is partially working fine but when I try to use the "requester.name" and "technician.name" variables it doesn't return any value. However "requester.email_id" fetches the mail address. Below is the json payload that I am using:

  1. {
  2.    "message": "${subject}",
  3.    "description": "${description}",
  4.    "requester_name": "${requester.name}",  //this doesn't fetch any value
  5.    "requester_email": "${requester.email_id}",
  6.    "technicain_name": "${technician.name}", //this doesn't fetch any value
  7.    "email": "${technician.email_id}",
  8.    "priority": "${priority.name}",
  9.    "status": "${status.name}",
  10.    "ticket_number": "${id}",
  11.    "ticket_url": "https://sdpondemand.manageengine.in/app/itdesk/ui/requests/${id}/details",
  12.    "ticket_created_time": "${created_time}",
  13.    "ticket_due_by_time": "${due_by_time}",
  14.    "source": "ServiceDesk Plus OnDemand"
  15. }
Can you please check if this is a bug from your end or am I doing something wrong?


Regards,
Arun

                  New to ADSelfService Plus?