ContributionsMost RecentMost LikesSolutionsRe: QuickBooks Online APIs & oauth Hi Jamelle, I hope you're doing well! I'm continuing to try and get this API call working. I've been building it out as a FastAPI instance, and I am struggling to get it formatted properly. I'm wondering if you'd be willing to share an example of how you configured your FastAPI instance? I'm attempting (we'll see) to figure out a way to handle everything in a single FastAPI instance that I can call from a pipeline, since all I need is one piece of data queried from an Invoice object (the share link) and I'm thinking I might be able to set up a single FastAPI to navigate the Oauth flow and pass back that url to QB via my pipeline. ------------------------------ Elena Larrabee ------------------------------ Re: QuickBooks Online APIs & oauth Hey Jamelle, thanks so much for keeping me posted! I really appreciate it. ------------------------------ Elena Larrabee ------------------------------ Re: QuickBooks Online APIs & oauth Ah! I didn't realize I could make it work with a sandbox application, I assumed I'd have to go through the full publication process. Thank you! I'll give it a try. I'll let you know how it goes and if I find anything out about state & scope. ------------------------------ Elena Larrabee ------------------------------ Re: QuickBooks Online APIs & oauth Thank you Jamelle! For scope and state, is there a way to set them in the actual request body in the pipeline? I've been referencing the QBO API explorer, I wonder if they specify. Here's my very basic question - where are you actually going to get your client id and client secret? ------------------------------ Elena Larrabee ------------------------------ QuickBooks Online APIs & oauth Hey all, I'm in the very beginning stages of setting up a couple of API calls (send via "make request" step in pipelines) to QuickBooks Online. I have searched for an example of a successful implementation somewhere in the forums but can't find one. The article on Base-Books pipelines makes a reference at the very end to more information regarding using API calls to add sub-customers and rates, but I haven't been able to find it. I've got all the QBO-side API documentation, but I'm a bit stuck and would just love to look through an actual functional API call. Does anyone have a good example they'd be willing to share with me, or know of an app with an example in the exchange maybe? Thank you! #quickbooks #APIsandcustomcode #Pipelines #oauth2 ------------------------------ Elena Larrabee ------------------------------ Re: ifv not working with API_AddRecord? I think I may end up needing to go with a code page solution... I'm encountering a few other use cases this morning where it seems necessary to create a new record and pass that new RID onto another record with the click of one button. Do any of you know of a good example of someone doing this? I haven't thoroughly search the forums yet since I was hoping to avoid this eventuality. ------------------------------ Elena Larrabee ------------------------------ Re: ifv not working with API_AddRecord? Thanks Sharon! Unfortunately, I have to have the record fully created before the user lands on the record form for the next step in the process, because there is a button on the next step that has to pass along the RID to a record in another table. I was trying to avoid having to use Javascript to pull the RID on the second button in the series.... ------------------------------ Elena Larrabee ------------------------------ ifv not working with API_AddRecord? Hey all, has anyone else encountered this? I'm using a rich text button to (among other things) add and display a new record in one fell swoop. However, I cannot get it to respect my &ifv=10 settings, it's still pulling up the new record in a form with full QB branding and navigation. var text NewTimeSheet = URLRoot() & "db/" & [_DBID_CREW_TIME_RECORDS] & "?act=API_AddRecord" & "&apptoken=XXXXXX" & "&_fid_37=" & [Record ID#] & "&ifv=10" & "&disprec=1" ; #APIsandcustomcode #api_addrecord ------------------------------ Elena Larrabee ------------------------------ Re: 08/23 Qrew Meeting Hey everyone, I got the looping construct to work with my Formstack pipeline!!! THANK YOU! I am so excited to implement this. ------------------------------ Elena Larrabee ------------------------------ Re: 08/23 Qrew Meeting Hey Jim, That sounds great! I've got a crazy week ahead of me, but I'll see if I can get my formstack trial renewed so we can play around with that merge doc. ------------------------------ Elena Larrabee ------------------------------