Search code examples
attaskworkfront-api

Is there a way to include external app in workfront via iframe or something similar?


We have developed a little custom web application that uses the Workfront REST API to pull data from Workfront. We have recently received a request from the users to integrate this application "as another tab" in Workfront. I have scanned through all the documentation I can find and I don't see a way to do this in Workfront. The closest thing I have found is Webhooks but I don't think that is going to do what we want. Am I missing something? Does anyone know if this is even possible?


Solution

  • This is absolutely possible, though it may be tricky based on the amount of customization you have.

    Step 1: Create a new dashboard and add an external page to it - this is the URL to your webapp.

    Step 2: Create a new layout template or modify an existing layout template and add a custom tab wherever you need it (projects, tasks, global, etc.) that will load your new dashboard.

    Step 3: Assign your layout template to users based on their group, team, or individual users. note that layout templates will apply with an order of precedence so your new template may be overridden if another has higher precedence or the user created their own layout template.