Enter your token that can be found on https://app.monday.com/app/profile.
1 2 3 4 5 6 7 | monday_auth(
client_id = Sys.getenv("MONDAY_CLIENT_ID"),
client_secret = Sys.getenv("MONDAY_CLIENT_SECRET"),
token = NULL,
new_user = FALSE,
silent = FALSE
)
|
1 | monday_auth(client_id = Sys.getenv("MONDAY_CLIENT_ID"), client_secret = Sys.getenv("MONDAY_CLIENT_SECRET"), token = NULL, new_user = FALSE, silent = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.