marketo-simple-rest-api
Advanced tools
Comparing version
@@ -381,3 +381,3 @@ /* | ||
else{ | ||
callback({'success':false, 'error':'Marketo Add & Edit Lead API failed with error: ' + JSON.stringify(error) + ' response: ' + JSON.stringify(response) + ' body: ' + JSON.stringify(body)}); | ||
callback({'success':false, 'error':'Marketo Add & Edit Lead API failed with error: ' + JSON.stringify(error, null, 4) + ' response: ' + JSON.stringify(response, null, 4) + ' body: ' + JSON.stringify(body, null, 4)}); | ||
} | ||
@@ -384,0 +384,0 @@ }); |
{ | ||
"name": "marketo-simple-rest-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "NodeJs interface for Marketo REST API. Syncs leads and sends email campaigns via Marketo platform.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
21110
0.13%