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