/Fastlane-BearyChat-Plugin

bearychat lane for upcoming fastlane plugins

Primary LanguageRubyMIT LicenseMIT

Fastlane-BearyChat-Plugin

Before README

before readme, you have to read Bearychat Document, follow the doc, you'll create an incoming bot, and get a webhook url.

Usage

bearychat(
  webhook: 'https://xxxxx',
  text: '',
  notification: '',
  markdown: false,
  channel: '',
  user: '',
  attachments: [
    {
      title: '',
      text: '',
      color: '',
      images:[{'url': 'https://xxxx.jpg'}]
    }
  ]
)

Note

I'll convert it to plugin while fastlane-plugins manager is OK.

Licence

MIT License