Hello,
I am able to create an HTTP action within a MS Flow to return a list of teams that are on call for an upcoming weekend by using our opsgenie_api_key as well as our URL.
However, I'm not sure how to get further information for each team to find out who is actually on call.
I'm fairly new to using MS Flows and wondering if this is even possible? Trying to just retrieve the item highlighted in red on the screenshot.
I have figured out the HTTP action and the URL would look like this for a specific team however it only returns information if someone is on-call at the time of the MS run, it doesn't seem to be able to check future dates.
Below is the config of action... it is returning the team requested but not future upcoming.
Probably a configuration of the URL around the date/time... not sure... if anybody has any ideas, let me know... I will try to keep on testing.
Figured it out. It has to do with the URI....
https://api.opsgenie.com/v2/schedules/{ScheduleName}/next-on-calls
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.