> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/help-scout-integration.md).

# Help Scout Integration

<figure><img src="/files/476KGByw3Zt5jOBlc1EQ" alt=""><figcaption></figcaption></figure>

Integrate Resmo with Help Scout to effortlessly gather assets like users, teams, and workflows, with the power to query, visualize, and secure. Set up custom security rules, execute SQL queries, and enhance visibility, all while safeguarding a compliant Help Scout environment.

### What does Resmo offer to Help Scout users?

* Collect your assets like users, teams, and mailboxes from your Help Scout account.
* Query your Help Scout assets, configurations, and changes using SQL or free-text search.
* Set up automated security rules and get notified of changes and vulnerabilities in real-time.

### How does the integration work?

Resmo uses API to do the initial polling and collect existing resources. Following the initial polling, it receives updates and changes in real-time through webhook and regular polling.

**Available resources**

{% embed url="<https://resources.resmo.com/helpscout>" %}

### Integration Walkthrough

#### How to install

1. Login to your Resmo account and navigate to the Integrations page. Then, find and click Help Scout.
2. Click the **Add Integration** button from the bottom right corner of the opening modal.

<figure><img src="/files/c8DdETrAskoTJYwkWWlf" alt=""><figcaption></figcaption></figure>

3. Copy the Redirection URL from the related field.

<figure><img src="/files/BZ2HXUXpDjOCPAXeZRFr" alt=""><figcaption></figcaption></figure>

4. Go to your Help Scout account and navigate to your Profile. Then, click on My Apps from the left sidebar.&#x20;

<figure><img src="/files/UtR6w4Iv6TmIYIIcu3O8" alt=""><figcaption></figcaption></figure>

5. Click Create Custom App. Paste the Redirection URL you copied from Resmo and hit the Create button.

<figure><img src="/files/Kg28ZboG05KE4Yj2YpkD" alt=""><figcaption></figcaption></figure>

6. You'll see it in "My Apps." Copy the App ID and App Secret from there and go back to Resmo.

<figure><img src="/files/CN8ExaTQwF7xB8RSseLw" alt=""><figcaption></figcaption></figure>

7. Paste each in related fields. Once you're done, click Create.

<figure><img src="/files/xd53kdeDlMdmqWZUXkzm" alt=""><figcaption></figcaption></figure>

7. Lastly, accept permissions, and now you can start querying your Help Scout resources.

#### How to uninstall

Open the Help Scout integration from Integrations>Help Scout to delete the integration. Go to the Connected Integrations tab from the opening modal and select the one you want to remove or disable.&#x20;

Disabled integrations can be enabled later, while deletion cannot be undone.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resmocom.gitbook.io/product/integrations/help-scout-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
