in packages/feeds/webhook.js [60:65]
request(options, function (error, response, body) { if (error) { reject(error); } resolve({response: body}); });