DEV Community

DarkEdges
DarkEdges

Posted on

Creating a Workflow using your Connector

In order to use connector you need to

  • Create a Connection
  • Create a Flow

Create a Connection

  1. Connect to your Okta Workflow instance.
  2. Select Connections.
  3. Under Connections click the New Connection icon.
  4. Select Your connector
  5. Provide the details and click the Create button.

Create a Flow

  1. Connect to your Okta Workflow instance.
  2. Select Flows.
  3. Click the New Flow button.
  4. In the When this happens block click Add event and select API Endpoint.
  5. Click save
  6. In the Then do this block click Add function to add functions.
  7. When finished it should look like.
  8. Save it as the name you want to display when selecting the action. Ensure you select ``

Test Flow

  1. Click the Run button and click Run
  2. When it has completed the execution it should be successful.
  3. Open the flow directly and it should return similair to

`
{
"output": {
"length": 1
},
"statusCode": 200
}
`

Top comments (0)