Hey Bubblers,
Has anyone used the Help Scout API? I’m trying to use their API to create conversations, but I’m having some trouble getting it setup.
Any insight would be helpful
Their API documentation: Mailbox API 2.0 | Help Scout Developers
Hey Bubblers,
Has anyone used the Help Scout API? I’m trying to use their API to create conversations, but I’m having some trouble getting it setup.
Any insight would be helpful
Their API documentation: Mailbox API 2.0 | Help Scout Developers
Creating new conversations and getting happiness report
Oh, ok.
I did this with webhooks. I´ve not tried the API yet but if get into it I´ll let you know.
I’ve tried to ask Help Scout, but they weren’t able to help out much.
@J805, you’re my go-to any suggestions
Hi @johnny
What is your issue exactly?
I see nothing in this API doc that would cause issue with Bubble. You should be able to use API Connector and Backend WF for webhook
Authenticating with OAuth 2.0 authorization and using refresh tokens.
Are you using the Bubble Auth process or create your own manually?
I’m not sure what you mean
in Bubble API Connector, you can choose between oAuth2 user-agent flow or None/Self-handled.
Hmm… maybe I’ll test everything on Postman before putting it in my app
If you want
But basically, if you set in API Connector using Letting Bubble using their own oAuth2, you need to use three endpoint:
https://secure.helpscout.net/authentication/authorizeClientApplication
For authorize url
https://api.helpscout.net/v2/oauth2/token
For token endpoint
https://api.helpscout.net/v2/users/me
For user endpoint
Field for user will be id and email