
SushilB.32466 (Customer) asked a question.
How to Build new connection for netsuit app. as i am unable to see the netsuit app in new connection. I would like to build workflow for the new hires, for which netsuit app would be assigned on thir hire date.
Could you please share steps to create workflow for netsuit app

@SushilB.32466 (Customer) - The Okta Workflows product (Workflow > Workflows console) does not have built-in connectors for every possible third-party application. It does however provide options for connecting to and leveraging most third-party RESTful API's by either leveraging the API Connector card or the Connector Builder product (where you build your own connector for a third-party).
In either instance for the process to function you would need to first locate the vendor's API Documentation and determine the method(s) they require to perform Authn to gain access to the API. You would then need to perform the steps outlined in their documentation to generate their Access token and then buildout the requests to the endpoints.
However, if the vendor supports SCIM and you can natively setup provisioning in Okta Core (The Okta Admin UI) an alternative route may be just assigning the user to the application inside Okta and letting your SCIM integration do the provisioning. Inline with the rest of the above information this will still require research and testing on your end.