No video

Process Webhook Events with Okta Workflows | Workflows Online Meetup

In this online meetup, you will learn about the following:
🔹 Create a workflow with an API endpoint as a webhook
🔹 Register the API endpoint as an Event Hook in Okta
🔹 How to process the event using Okta Workflows
📚 All the Workflows educational resources ➡️ bit.ly/workflows-builder-commu...
__
💻 Learn more at Okta.com
📱Follow Okta on social media:
LinkedIn ➡️ bit.ly/LinkedInOktaProfile
Twitter ➡️ bit.ly/TwitterOkta
Instagram ➡️ bit.ly/InstagramOkta
TikTok ➡️ bit.ly/TikTokOkta

Пікірлер: 2

  • @dhineshkumard9512
    @dhineshkumard95124 ай бұрын

    Can you please go with a overview of what you are going to do and then start doing the work? Also, explain why are you adding the event filtering feature and what type of filtering you add on the filter section and what type of output you are getting and passing into that get object, especially the path data.events doesn't make any sense.

  • @OktaInc

    @OktaInc

    3 ай бұрын

    Hi. @dhineshkumard9512 - You need to notify users when a particular application is assigned to them. You can use the Okta - User Assigned to Application event. But this event will trigger when any application is assigned. Creating an event hook for an application allows you to trigger a flow only when this particular application is assigned. When another application is assigned, it will not trigger this flow. 'data.events' is a key in a JSON object from the event. You can extract data from a JSON object to use later in the flow. This KB: support.okta.com/help/s/article/How-to-Read-a-JSON-Path-With-DotNotation-inWorkflows shows how to do that. I hope this helps. ^MK