Hi All,
I need help to append my JSON to the below webhook
receivers:
- name: "webhook_sample"
webhook_configs:
- url: '<webhook url>'
send_resolved: true
http_config:
basic_auth:
username: <username>
password: <pwd>
I want to append the below JSON to the above receiver
{
"request": {
"entry": {
"u_description": " description2",
"u_work_notes": " work notes",
"u_assignment_group": "APM Team",
"u_impact": "2",
"u_urgency": "2"
}
}
}
could someone please help with this?
Regards,
Venkat