marketo-simple-rest-api
Advanced tools
+2
-1
| /* | ||
| Author: Joe Choi <joechoi910@gmail.com> | ||
| */ | ||
| 'use strict'; | ||
@@ -380,3 +381,3 @@ var _ = require('underscore'), | ||
| else{ | ||
| callback({'success':false, 'error':'Marketo Add & Edit Lead API failed with error: ' + JSON.stringify(error)}); | ||
| callback({'success':false, 'error':'Marketo Add & Edit Lead API failed with error: ' + JSON.stringify(error) + ' response: ' + JSON.stringify(response) + ' body: ' + JSON.stringify(body)}); | ||
| } | ||
@@ -383,0 +384,0 @@ }); |
+1
-1
| { | ||
| "name": "marketo-simple-rest-api", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "NodeJs interface for Marketo REST API. Syncs leads and sends email campaigns via Marketo platform.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
21083
0.38%