Examples
Update ServiceNow Tickets
Link to the workflow.
This example demonstrates how to periodically update the status of ServiceNow tickets associated with alerts.
Explanation:
- Trigger: The workflow can be triggered manually, simulating the scheduled execution.
- Step 1: Fetch all alerts with a
ticket_type
ofservicenow
using the Keep provider. - Action: Iterate over the fetched alerts and update their associated ServiceNow tickets with the latest status.