To push a note to contact it should be :
var res = PushBullet.push("note",null, "<your device here", {title: "", body: ""});
instead of :
var res = PushBullet.push("note", "<your device here", null, {title: "", body: ""});
Device and null should be switched!