Overview
Business intelligence and data visualization platform for analytics. Through Langdock’s integration, you can access and manage Tableau directly from your conversations.Authentication: API Key
Category: Productivity & Collaboration
Availability: All workspace plans
Category: Productivity & Collaboration
Availability: All workspace plans
Available Actions
Query view data
tableau.queryviewdata
Extracts data from a specific Tableau view in CSV format
Requires Confirmation: No
Parameters:
workbookId
(TEXT, Required): The unique identifier of the workbook containing the viewviewId
(TEXT, Required): The unique identifier of the view to extract data fromfilters
(TEXT, Optional): URL parameters to filter the view data, e.g. ‘vf_customer=Fraport&vf_date_range=last_30_days’
List workbooks
tableau.listworkbooks
Gets all workbooks available in the site
Requires Confirmation: No
Parameters: None
Output: Returns a list of workbooks
List views for workbook
tableau.listviewsforworkbook
Gets all views within a specific workbook
Requires Confirmation: No
Parameters:
workbookId
(TEXT, Required): The unique identifier of the workbook to get views from
Get view image
tableau.getviewimage
Downloads a PNG image of a specific Tableau view
Requires Confirmation: No
Parameters:
workbookId
(TEXT, Required): The unique identifier of the workbook containing the viewviewId
(TEXT, Required): The unique identifier of the view to capture as imagefilters
(TEXT, Optional): URL parameters to filter the view before capturing image
Common Use Cases
Data Management
Manage and organize your Tableau data
Automation
Automate workflows with Tableau
Reporting
Generate insights and reports
Integration
Connect Tableau with other tools
Best Practices
Getting Started:
- Enable the Tableau integration in your workspace settings
- Authenticate using API Key
- Test the connection with a simple read operation
- Explore available actions for your use case
Important Considerations:
- Ensure proper authentication credentials
- Respect rate limits and API quotas
- Review data privacy settings
- Test operations in a safe environment first
Troubleshooting
Issue | Solution |
---|---|
Authentication failed | Verify your API Key credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |