Deep Link to a Workday Object

Posted on #TIL #Workday #Workday Integrations

Today I learned that you can generate a link to a Workday objects based on the WID.

The URL format is like this:

https://<workday-host>/<tenant>/d/inst/deeplink/<Integration_Event_WID>.htmld

This could link to a worker, integration event, etc.

When I have some extra time, it would be nice to write a quick Python script that could launch integrations automatically, poll for the results, and then do some kind of pop-up notification when the integration is complete.