# File lib/commands/webhook.rb, line 57
  def add_webhook(name, url)
    say "Adding webhook..."
    make_webhook_request(:post, name, url)
  end