Once service catalog is created alert should be sent to RUNDECK tool using API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:30 AM
Dear All,
We have approval process in place which is done in workflow whenever catalog task is created via workflow in ServiceNow it should trigger an alert to RUNDECK tool using an API in the workflow
Please help me to achieve it. Appreciate your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:55 AM
Hi @Reddy4811 ,
To get started :
Configure the connection with RUNDECK and servicenow
Create a rest messge.
Create a post method to push the alert to target system
Test the rest message with static values > Genenrate the script from post method
Use script activity in your flow and paste the script in script activity and make the script dynamic to pass dynamic alerts.
I hope this will help you to get started...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....