Alert to Ticket

Hi Team ,

We have created an alert whenever the URL is down it has to trigger and create ticket in Servicenow.
It is working . However we need to get the description part auto filled with the URL down .

example: We have 50 URL's monitored with status up/down.
If any one of this goes down, we need a ticket which holds the detail of URL.
As of now, whatever we have manually typed in description is coming in ticket.
Instead it should show the URL details and say this URL is down.

@Shalinicts

Please share what version you are on.

Please share your alert configuration?

Have you looked at the action variables here...

This is where you can put that data into the Alert Body... In fact

pretty sure it is something like {{context.monitorURL}}

Hi Stephenb ,

Something like this I have tried and getting the details in ticket.
Yhanks for your reply.

Thankyou!