Hi @perisara75,
Currently project related actions/associations are not available with the Quickbooks API.
The good news is that Intuit in their latest communication to developers have mentioned the Projects API will be coming out shortly.
There isn’t a specific release date yet but once released I’m sure it will be visible as an entity in their API Documentation found here: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/account
As you’ve mentioned in your post, currently Time entries can only be associated with a customer, vendor or employee.
-Robin
Hey! Yes, this is a common limitation with the current Zapier-QBO integration.
While Zapier can create time entries linked to a Customer, it doesn’t natively expose the Project field in QBO’s time tracking module. That’s why you’re able to link to 6243 St. Georges Cres. but not to the specific project under it.
One workaround is using a custom API call (via Webhooks by Zapier) to hit the QBO API directly and include the Project ID in the payload — but it requires pulling the correct Project ID first.
Happy to help if you’d like to go that route!