Unfortunately, there's not an "outgoing" helper with the
exception of simply overwriting "created" and
"updated" like:
created: function(data) {
return $.post("/url",{todo: data})
}