Build Status Coverage Status

NAME

WebService::Slack::IncomingWebHook - slack incoming webhook client

SYNOPSIS

# for perl program
use WebService::Slack::IncomingWebHook;
my $client = WebService::Slack::IncomingWebHook->new(
    webhook_url => 'http://xxxxxxxxxxxxxx',
);
$client->post(
    text       => 'yahoooooo!!',
);

# for cli
% post-slack --webhook_url='https://xxxxxx' --text='yahooo'

DESCRIPTION

WebService::Slack::IncomingWebHook is slack incoming webhooks client. Slack is chat web service. For cli, this distribution provides post-slack command.

METHOD

SCRIPT

% post-slack --webhook_url='https://xxxxxx' --text='yahooo'

available options are ...

SEE ALSO

https://my.slack.com/services/new/incoming-webhook

LICENSE

Copyright (C) SUZUKI Masashi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

SUZUKI Masashi m15.suzuki.masashi@gmail.com