Skip to main content
Best answer

Can I get FreshBooks access token to use in custom GET/POST request?

  • February 5, 2022
  • 3 replies
  • 78 views

Hello, Zapier experts!

I am creating a zap that uses the FreshBooks integration.

I need to duplicate an Estimate, but there is no such functionality provided out of the box by Zapier.

I would like to invoke FreshBooks API directly using custom step - either run Java Script or Webhooks.

Is it possible to use the access token, that Zapier already has, in the custom step?

Thanks!

Best answer by Troy Tessalone

Hi @pniv 

Q: Is it possible to use the access token, that Zapier already has, in the custom step?

A: No, you’ll need to get and add an access token to your API request.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • February 5, 2022

Hi @pniv 

Q: Is it possible to use the access token, that Zapier already has, in the custom step?

A: No, you’ll need to get and add an access token to your API request.


  • Author
  • Beginner
  • February 5, 2022

Thank you, @Troy Tessalone !

I am reading the FreshBooks documentation on how to get that token:

https://www.freshbooks.com/api/authentication

If I understand correctly, I need to generate Refresh Token (that lives forever) and use that in my zap. Is this correct?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • February 5, 2022

@pniv 

App APIs can have different authentication requirements, so best to default to the app’s provided API documentation related to authentication.