You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Initialize# this notifier posts to your default channel which you setup in step 2)notifier=SlackNotifier.new"YOUR-URL"# or send to another channel with a username and iconnotifier=SlackNotifier.new"YOUR-URL","#channel","username",":ghost:"# send a message, returns a booleannotifier.send'Fancy text containing a cool link: <https://popflakeapp.com|Try me>'