---
title: "Learn about launch buttons in workflow automation"
canonical_url: "https://www.nutrient.io/guides/workflow-automation/admin-guide/settings/dashboards/launch-buttons-legacy/"
md_url: "https://www.nutrient.io/guides/workflow-automation/admin-guide/settings/dashboards/launch-buttons-legacy.md"
last_updated: "2026-06-08T16:32:09.198Z"
description: "Efficiently insert and configure launch buttons in Workflow Automation to streamline your workflow processes and reports with our step-by-step guide."
---

# Streamline your workflows with launch buttons

Using the **Insert Template** tool (the stamp icon), you can insert preformatted buttons that link to processes and reports within Workflow Automation.

First, click **Insert Template** and select a template from the dropdown.![insert template html](@/assets/guides/workflow-automation/files/1101/dashboard-insert-template.png)

You’ll now see a gray button appear. To tell the button which process to run when it’s clicked, select **Source Code** (`< >`).![click on the source code button](@/assets/guides/workflow-automation/files/1101/source-code-button.png)

You’ll now see the source code screen. You’ll need to replace the part of the code highlighted below with the actual process SID. You can get this by going to the process in a separate window, selecting **Process Detail**, and then choosing **Links/API Options**. The Process SID will be listed at the top of the page.

Copy the SID and paste it into the code in the spot highlighted in the following image. Make sure not to delete the single quotes on either side.![](@/assets/guides/workflow-automation/files/1101/source-code-edit.png)

After adding the SID, change the name of the button by editing the `ProcessName` portion in the code.![](@/assets/guides/workflow-automation/files/1729/buttons.1500x0-is.png)

The following code was used for the button:

```html

<h1><button class="v-btn v-btn--contained theme--light v-size--default primary v-btn v-btn--contained theme--light v-size--default" onclick="Integrify.startRequest({process_sid: '***ProcessSID***'})">***ProcessName*** </button></h1>

```

For a walkthrough on how to add launch buttons, watch the video below.

---

## Related pages

- [Adding a report widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-a-report-to-a-dashboard.md)
- [Adding a KPI’s widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-a-kpi-widget.md)
- [Enhance your dashboard with report widgets](/guides/workflow-automation/admin-guide/settings/dashboards/adding-a-report-to-a-dashboard-legacy.md)
- [How to add widgets to your dashboard](/guides/workflow-automation/admin-guide/settings/dashboards/adding-an-html-widget-to-your-dashboard-legacy.md)
- [Adding a DashForm widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-dashform-widget.md)
- [Adding an HTML Panel widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-an-html-widget-to-your-dashboard.md)
- [Adding a My Requests widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-my-requests-widget.md)
- [Adding Manage Requests widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-manage-requests-widget.md)
- [Adding a Monitor Requests widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-monitor-requests-widget.md)
- [Adding a My Tasks widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-my-tasks-widget-to-dashboard.md)
- [Adding a Today’s Messages widget](/guides/workflow-automation/admin-guide/settings/dashboards/adding-today-messages-widget.md)
- [How to assign and share dashboards](/guides/workflow-automation/admin-guide/settings/dashboards/assigning-and-sharing-dashboards-legacy.md)
- [Managing roles and permissions for dashboards](/guides/workflow-automation/admin-guide/settings/dashboards/assigning-and-sharing-dashboards.md)
- [How to create and manage dashboards](/guides/workflow-automation/admin-guide/settings/dashboards/creating-dashboards-legacy.md)
- [View or edit a dashboard layout](/guides/workflow-automation/admin-guide/settings/dashboards/configuring-dashboards.md)
- [Customize and enhance your dashboards](/guides/workflow-automation/admin-guide/settings/dashboards/configuring-dashboards-legacy.md)
- [How to create and manage dashboards](/guides/workflow-automation/admin-guide/settings/dashboards/creating-dashboards.md)
- [Streamline your workflow with our dashboard interface](/guides/workflow-automation/admin-guide/settings/dashboards/dashboard-interface-legacy.md)
- [Accessing dashboards and navigating the interface](/guides/workflow-automation/admin-guide/settings/dashboards/dashboard-interface.md)
- [Customize dashboards for improved user experience](/guides/workflow-automation/admin-guide/settings/dashboards/legacy-dashboard.md)
- [Customize dashboards for improved user experience](/guides/workflow-automation/admin-guide/settings/dashboards/modern-dashboard.md)
- [Maximize dashboard capabilities with the HTML Panel widget](/guides/workflow-automation/admin-guide/settings/dashboards/using-the-dashboard-html-panel-widget-legacy.md)

