> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/getting-started/system-notifications-and-automatic-ticket-creation/supported-ticketing-systems/freshservice.md).

# Freshservice

## Introduction <a href="#h_01hr43g9x1hnvnrxbzqa3qsdjq" id="h_01hr43g9x1hnvnrxbzqa3qsdjq"></a>

You can automatically create tickets in freshservice as part of the following cases:

* Access Request has been approved
* Access Review has been denied

This functionality allows you to automatically create tickets to provision/de-provision resources based on the corresponding access request/review. Let us explore the steps to configure this on your tenant:

## Configure Freshservice Email Notification System: <a href="#h_01hr43gkmbr25jr2m35kt363bz" id="h_01hr43gkmbr25jr2m35kt363bz"></a>

### To configure in Freshservice <a href="#h_01hr43g4x52k5d6xfdhpz3zzk9" id="h_01hr43g4x52k5d6xfdhpz3zzk9"></a>

1. Go to *Freshservice* > *Admin* > *Channels* > *Email settings and mailboxes*. You will be able to see the support email over there.<br>

   <figure><img src="/files/gdFgPRkhhplYyrFlLjmq" alt=""><figcaption></figcaption></figure>
2. Note down your **Freshservice email**.&#x20;

### To configure within your tenant <a href="#h_01hr43v8yte2q8z6gxgwnm345q" id="h_01hr43v8yte2q8z6gxgwnm345q"></a>

1. Go to Configure > Integrations on your BalkanID tenant.
2. Click on either *Add Integration* or *Edit Integration* for a particular integration.<br>

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

   <figure><img src="/files/zrAzv1botEljxkW0hx6a" alt="" width="375"><figcaption></figcaption></figure>
3. Go to the *Optional Configuration* section.&#x20;
4. In **Fulfillment options,** choose **ticket creation**. It will open up a section below to select the ticketing system - **Freshworks** in this case. A text box will also appear to set the *Email Address*. Add the **Freshservice Support Email** address from your freshservice admin page. Then hit *Save Changes* on the side panel. <br>

   <figure><img src="/files/1AlIqHl1yAqQKYfIAFcs" alt="" width="563"><figcaption></figcaption></figure>
5. This is all the configuration you need to do on the tenant. Click on Save.

You can test your setup by denying access reviews on your tenant. After the campaign has been marked as **complete**, an email will be sent out and a ticket will be created in Freshservice. It will resemble the one shown in the image given below:<br>

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


---

# 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://docs.balkan.id/getting-started/system-notifications-and-automatic-ticket-creation/supported-ticketing-systems/freshservice.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.
