FreshBooks RESTful Wrapper
FreshBooks RESTful Wrapper
Description
<cfscript>
var freshbooks = getPlugin("freshbooks.freshbooks",true).init();
freshbooks.setAPIURL("https://{SUB_DOMAIN_HERE}.freshbooks.com/api/2.1/xml-in");
freshbooks.setAPIToken("API_TOKEN_HERE");
queryResults = freshbooks.clientList(folder='active',returnFormat='query',returnFields="first_name,last_name,organization,client_id");
</cfscript>
Menu
Forge Entry Types


