Creating and testing a connector on Bindbee dashboard
this is a detailed guide on how to set up, connect and test a connector on bindbee let's get started! step 1 go to your bindbee dashboard and click " create connector" step 2 enter the name of the organization, category (hris in this case) and a unique id then click on "next" step 3 for this example, select workday as your integration and click on " create link " step 4 open the link generated for your connector this link is what you’ll share with your customers step 5 review the scopes listed, then click allow and continue step 6 enter your isu username and password , then click " next " step 7 provide the workday web services endpoint url and click " next" step 8 enter the tenant name and click " connect" step 9 once connection is established, return to your dashboard step 10 navigate to the connectors tab to see your newly created connector step 11 click your connector to view status wait while data syncs once synced, you're ready to start making api calls through bindbee test your connector step 1 open bindbee documentation and navigate to the hris section step 2 select the endpoint to get employee information " get employees" click try it step 3 now you need to provide your bearer token and the connector token step 4 to find your bearer token, go to the bindbee dashboard, click your name at the lower left corner, and select api key use the production key as we have created a production connector step 5 paste your api key into the documentation page step 6 next, get your connector token in the dashboard, open the connectors tab, select your connector, and copy the token step 7 paste the connector token into the x connector token field step 8 click " send" you’ll see employee data pulled in from workday, confirming a successful integration that’s it! you’ve successfully set up, connected, and tested a new hris connector on bindbee