Hello All,
Im looking to add another use to one of my top 3 Joomla components:
I would like to do the same thing with FreshBooks. Is anyone familiar with FreshBooks? It's a really awesome time-tracking and billing platform. What I would like to do with Chronoforms I think would be easy, just like a web to lead form that goes to vTiger, a webform that submits to FreshBooks new Invoices or New Clients. Is anyone interested in taking a look at it?
They have a lot of documentation on their API: http://developers.freshbooks.com/api/
Including sample code like: curl -u insert_token_here:X https://sample.freshbooks.com/api/2.1/xml-in -d '[xml body here]'
And a whole bunch of code specifically for PHP: http://code.google.com/p/freshbooks-php-library/
I don't know enough about XML and API stuff, but I would *think* sending info TO FreshBooks would be as easy as to vTiger. People have been screaming for some Joomla integration on the FreshBooks forum:)
Any thoughts?
Im looking to add another use to one of my top 3 Joomla components:
I would like to do the same thing with FreshBooks. Is anyone familiar with FreshBooks? It's a really awesome time-tracking and billing platform. What I would like to do with Chronoforms I think would be easy, just like a web to lead form that goes to vTiger, a webform that submits to FreshBooks new Invoices or New Clients. Is anyone interested in taking a look at it?
They have a lot of documentation on their API: http://developers.freshbooks.com/api/
Including sample code like: curl -u insert_token_here:X https://sample.freshbooks.com/api/2.1/xml-in -d '[xml body here]'
And a whole bunch of code specifically for PHP: http://code.google.com/p/freshbooks-php-library/
I don't know enough about XML and API stuff, but I would *think* sending info TO FreshBooks would be as easy as to vTiger. People have been screaming for some Joomla integration on the FreshBooks forum:)
Any thoughts?
Hi marcodeluca,
From a very quick look I think it's possible - probably fairly easy using the provided PHP library.
You're the only person to suggest it so far though :-(
Bob
From a very quick look I think it's possible - probably fairly easy using the provided PHP library.
You're the only person to suggest it so far though :-(
Bob
This topic is locked and no more replies can be posted.