Reputation: 196
Is there any way to send contacts(Name,address,Phn etc) to Freshbook using PHP ? I Am using a Form to get details from the user and i need to create a "client" in freshbook using this form field values . Is it possible ?
Upvotes: 1
Views: 130
Reputation: 1268
As you can see in the freshbooks developer site, there is a service for creating clients.
Since you were asking specifically about PHP, here's some sample code reference from the developer site. Some of the references are in PHP, and you'd probably have to adapt one of them to make it do exactly what you need.
Upvotes: 0