gpedro / slack-webhook

Slack WebHook Integration for Java
MIT License
182 stars 54 forks source link

Webhook URL Format #1

Closed bradslavin closed 9 years ago

bradslavin commented 9 years ago

Hi @gpedro,

Thanks for building this! We've added it to our list of community-built integrations but we noticed that you're using our older webhook URL format (https://{domain}.slack.com/services/hooks/incoming-webhook?token={token}) instead of the new format (https://hooks.slack.com/services/{id_1}/{id_2}/{token}).

In order to accept both formats, we're wondering if you could update your integration to simply ask for the full webhook URL rather than the domain and token separately. This will allow people to use either format with your plugin.

Thanks, Brad @ Slack

gpedro commented 9 years ago

Hi @bradslavin,

Thanks for supporting and add my library on list of community-built integrations. Your issue has been solved ((:

Thanks, gpedro.