Description Usage Arguments Value Examples
View source: R/get_slack_payload.R
A function to return a Slack Block for rich messaging of report status https://api.slack.com/block-kit
1 | get_slack_payload(report_name, report_url,report_updates)
|
report_name |
Descriptive name of the report which you are publishing a Slack message about. |
report_url |
URL to access the report |
report_updates |
Text string which contains a description of the report being published. |
A JSON object describing the UI of a slack message
1 | get_slack_payload("Marketing dashboard","https://www.dashboards.com/marketing_dashboard/","Fancy new colors have been added")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.