slackSend | R Documentation |
This function send a Slack message using its Webhooks.
slackSend(text, title = "", pretext = "", hook = NA, creds = NA)
text , title , pretext |
Character. Content on you Slack message. |
hook |
Character. Web hook URL. Ths value will be overwritten by creds if correctly used. |
creds |
Character. Credential's dir (see |
For more help, you can follow the Sending messages using Incoming Webhooks original documentarion.
Invisible POST response
Other API:
bring_api()
,
fb_accounts()
,
fb_ads()
,
fb_creatives()
,
fb_insights()
,
fb_process()
,
fb_report_check()
,
fb_rf()
,
fb_token()
,
gemini_ask()
,
gpt_ask()
,
li_auth()
,
li_profile()
,
queryGA()
Other Credentials:
db_download()
,
db_upload()
,
get_credentials()
,
get_tweets()
,
mail_send()
,
queryDB()
,
queryGA()
,
stocks_file()
## Not run:
slackSend(text = "This is a message", title = "TEST", pretext = Sys.info()["user"])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.