case 'put':
    request.put({url: webhook.url, body: metadata, json: true}, function(err) {
      if(err) { console.error(err); }
    });
    break;