Skip to content

Version 0.9.2

Latest
Compare
Choose a tag to compare
@kaiomagalhaes kaiomagalhaes released this 10 Jul 19:06
· 1 commit to master since this release

New feature

  • This release introduces the ability for a user to set a dynamic webhook
    URL through the use of the config parameter to Slacked#post and
    Slacked#post_async.

Examples:

Sending a message to the webhook defined in the .env file

Slacked.post('My message to the default webhook')

Sending a message to a specific webhook on execution time:

Slacked.post('My message to a specific webhook url', { webhook_url: '<SOME_WEBHOOK_URL>'})

More details you can find on our README.md