Skip to content
Developer ToolsReal-timeUpdated May 2026
T

Tableau

Tableau Server / Online dashboard automation

Tableau on Tiny Command exposes the Tableau Server / Tableau Cloud REST API — the side of Tableau that handles content management and refresh orchestration, not the in-dashboard analytics surface (which lives behind the Tableau Embedded Analytics surface). Six actions, no triggers: List Workbooks, List Views (the individual sheets/dashboards within workbooks), List Projects (Tableau's folder structure), Get View Image (renders a view as PNG/PDF at the current parameters — the right action for "send the daily KPI dashboard as a PNG to Slack"), Publish Workbook (upload a .twbx file to the server), and Refresh Datasource (kick off an extract refresh on a published data source). The connection uses Tableau personal access tokens (PAT) or a username + password, plus the server URL (e.g., 10ax.online.tableau.com for Tableau Cloud, or your on-prem Tableau Server URL). PAT is preferred — tokens expire on a 1-year-no-use cycle and can be revoked individually. Tableau's sign-in step exchanges credentials for a session token that the runtime caches and refreshes.

0triggers
6actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Tableau can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Get View as ImageRenders a Tableau view (worksheet or dashboard) to a PNG image at the requested resolution. Great for embedding dashboards in emails, Slack posts, or PDF reports without exposing the live workbook.
List ProjectsLists the projects (folders) on a Tableau site, the containers that hold workbooks and datasources. Typically used to build a project picker before publishing.
List ViewsLists views (individual worksheets and dashboards) across the Tableau site, with their parent workbook IDs. Use this to enumerate dashboards before exporting images or building catalog UI.
List WorkbooksLists every workbook on the Tableau site with its project, owner, and tags. The standard starting point for any Tableau automation that operates on workbooks.
Publish WorkbookUploads a .twb or .twbx workbook to a Tableau site under the chosen project. Useful for CI/CD pipelines that promote workbooks from dev to prod without manual upload.
Refresh DatasourceTriggers an extract refresh for a Tableau datasource so dashboards pick up the latest data. Common pattern: kick this off from your ETL pipeline once the underlying warehouse load is complete.
Recipes

Pre-built Tableau workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Tableau once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Tableau field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Tableau integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Tableau to Tiny Command?
Open the Tiny Command workflow builder, drop in a Tableau node, and click Connect. Authorize Tableau once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Tableau triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Tableau today. Use Tiny Command's universal Webhook or Schedule trigger to start Tableau workflows, then run any Tableau action you need.
What Tableau actions can I run from a workflow?
6 Tableau actions are available out of the box, covering developer tools operations like "Get View as Image". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Tableau integration real-time?
Tableau actions execute synchronously inside your workflow. Tiny Command waits for Tableau's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Tableau with Tiny Command?
No. Every Tableau trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Tableau API endpoint directly.
How much does the Tableau integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Tableau integration itself has no per-app surcharge.
Related

More developer tools apps people connect.

Same category as Tableau, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Tableau.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.