BI Tools & Alerting Triggers
Power BI
Section titled “Power BI”| Parameter | Type | Required | Description |
|---|---|---|---|
workspace_id |
string | ✅ | Power BI workspace ID |
dataset_id |
string | ✅ | Dataset ID |
access_token |
string | ✅ | Azure AD access token |
operation |
string | ✅ | push_rows, refresh_dataset, get_datasets |
table_name |
string | ❌ | Table name (for push_rows) |
rows |
list | ❌ | Row data (for push_rows) |
Tableau
Section titled “Tableau”| Parameter | Type | Required | Description |
|---|---|---|---|
server_url |
string | ✅ | Tableau server URL |
site_id |
string | ✅ | Site ID |
token_name |
string | ✅ | Personal access token name |
token_secret |
string | ✅ | Token secret |
operation |
string | ✅ | refresh_datasource, get_workbooks |
datasource_id |
string | ❌ | Datasource ID |
project_id |
string | ❌ | Project ID filter |
Slack Webhook
Section titled “Slack Webhook”| Parameter | Type | Required | Description |
|---|---|---|---|
webhook_url |
string | ✅ | Slack incoming webhook URL |
message |
string | ✅ | Message text |
channel |
string | ❌ | Channel override |
username |
string | ❌ | Bot display name |
icon_emoji |
string | ❌ | Bot avatar emoji |
Microsoft Teams Webhook
Section titled “Microsoft Teams Webhook”| Parameter | Type | Required | Description |
|---|---|---|---|
webhook_url |
string | ✅ | Teams incoming webhook URL |
message |
string | ✅ | Message text |
title |
string | ❌ | Message card title |
theme_color |
string | ❌ | Theme color hex code |
Generic Webhook
Section titled “Generic Webhook”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url |
string | ✅ | — | Target URL |
payload |
any | ✅ | — | Request payload |
method |
string | ❌ | POST | HTTP method |
headers |
object | ❌ | — | Request headers |
timeout |
integer | ❌ | 30 | Timeout (seconds) |