infusionsoft-api
Version:
Javscript wrapper for the Infusionsoft API
14 lines (10 loc) • 511 B
JavaScript
module.exports = IFunnelService = require('typedef')
// THIS CODE WAS GENERATED BY AN AUTOMATED TOOL. Editing it is not recommended.
// For more information, see http://github.com/bvalosek/grunt-infusionsoft
// Generated on Wed Jan 08 2014 12:43:55 GMT-0600 (CST)
// Funnel Service is used to add contacts to your sequences
.interface('IFunnelService') .define({
// Returns the result of a goal being achieved.
__xmlrpc__achieveGoal: function(apiKey, Integration, CallName,
contactId) {}
});