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
Connectionsclick theNew Connectionicon. - Select Your connector
- Provide the details and click the
Createbutton.
Create a Flow
- Connect to your Okta Workflow instance.
- Select
Flows. - Click the
New Flowbutton. - In the
When this happensblock clickAdd eventand selectAPI Endpoint.
- Click
save
- In the
Then do thisblock clickAdd functionto 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
Runbutton 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)