Help Scout
Integrating Help Scout with Osano
Connecting to Help Scout
In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.
Setup
An admin must establish a connection via OAuth.
Authenticated Roles
admin
Authentication Actions
- OAuth -One-click Authentication - Log into your admin-level account via the Osano portal to grant access to Help Scout.
Authentication Methods
- OAuth
Authorization header with bearer token
Core Functionality
- Data Discovery
- User Search
- Data Deletion
Base URL
User Search
- name
- phoneNumber
- address
- birthday
- userId
Endpoints
Used for data discovery
- GET
customers
- GET
conversations
- GET
conversations?status=all
- GET
conversations/:conversationId/threads
- GET
users
Used for user search
- GET
customers?query=(email:\"$email\")
- GET
conversations?query=(customerEmail:\"$email\")&status=all
- GET
conversations/:conversationId/threads
- GET
users?email=$email
Last Modified: 2025-03-31