PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.97k stars 5.27k forks source link

[APP] FreshBooks #4513

Closed niklaas closed 2 years ago

niklaas commented 2 years ago

Name of app / service

FreshBooks

Link to developer documentation

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

Is lack of support preventing you from building workflows, or do you have a workaround?

I would love to automate my invoicing and accounting using pipedream but I struggle to set up OAuth with Freshbooks.

Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!

Ultimately, I want to generate the PDF of the invoice (https://api.freshbooks.com/accounting/account/<account id>/invoices/invoices/<invoice id>/pdf) and forward that PDF via email.

I think I don't need further support for creating a custom trigger and access the endpoint for generating the PDF. But I struggle with setting up OAuth and I'd appreciate someone helping me with that.

dylburger commented 2 years ago

Thanks for the request! We've added this to our integrations backlog, and we'll update this ticket with progress.

dannyroosevelt commented 2 years ago

@niklaas here is a basic integration for FreshBooks: https://pipedream.com/apps/freshbooks/

FYI we're currently requesting these scopes: user:profile:read, user:invoices:read, user:invoices:write

Let me know if those are right, or if we need to adjust them.

What actions and triggers would you like to see? Would love to get some added to our public registry!

dylburger commented 2 years ago

Without more information, I'm going to close this issue. Feel free to reopen and add more details, if you'd like.

niklaas commented 2 years ago

Wow, this was fast! I'll take a look at the integration in the next couple of days. Thanks a lot!