Summary
The user wants to connect a custom Python destination to a Quickbooks source for data synchronization. The destination should make a POST request to the respective endpoint to post the stream employee data to the Quickbooks destination account.
Question
I have custom python destination of quickbooks built, I want to connect it to my quickbooks source to sync the data. For example the main function of my destination should be that suppose user syncs up employee stream data from a diiferent quickbooks account, so then this employee stream data being passed to our quickbooks destination, our destiantion has to make a POST request to the respective endpoint and post the stream employee data to our quickbooks destination account
Is this even possible?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.