In order to use connector you need to
- Create a Connection
- Create a Flow
Create a Connection
- Connect to your Okta Workflow instance.
- Select
Connections
. - Under
Connections
click theNew Connection
icon. - Select Your connector
- Provide the details and click the
Create
button.
Create a Flow
- Connect to your Okta Workflow instance.
- Select
Flows
. - Click the
New Flow
button. - In the
When this happens
block clickAdd event
and selectAPI Endpoint
. - Click
save
- In the
Then do this
block clickAdd function
to add functions. - When finished it should look like.
- Save it as the name you want to display when selecting the action. Ensure you select ``
Test Flow
- Click the
Run
button and clickRun
- When it has completed the execution it should be successful.
- Open the flow directly and it should return similair to
`
{
"output": {
"length": 1
},
"statusCode": 200
}
`
Top comments (0)