> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allquiet.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Rollbar

> Connect Rollbar to All Quiet

<Info>Setup time: 2 Min</Info>

Integrate Rollbar into All Quiet by using our custom integration.

## 1. Add Rollbar Integration to Your All Quiet Team

### Create a Rollbar integration

1. Click on the `Inbound Integrations` tab.
2. Click on `+ Create`.

<img className="rollbar_Create" src="https://mintcdn.com/allquiet/dgY9rsMdwikTmmy-/images/rollbar/01.png?fit=max&auto=format&n=dgY9rsMdwikTmmy-&q=85&s=0e858306422878cdac553b3e0b2add4b" width="2740" height="678" data-path="images/rollbar/01.png" />

### Select Rollbar as the Integration's Type

1. Enter a `Display Name` for your integration, e.g. "Rollbar".
2. Select a `Team`.
3. Select `Rollbar` as the integration's type.
4. Click `Create Inbound Integration`.

<img className="rollbar_Select" src="https://mintcdn.com/allquiet/dgY9rsMdwikTmmy-/images/rollbar/02.png?fit=max&auto=format&n=dgY9rsMdwikTmmy-&q=85&s=7bf7adbc079b23814a60d7ea353f0d49" width="2126" height="2233" data-path="images/rollbar/02.png" />

### Get the All Quiet webhook URL

After creating the integration on All Quiet, you can view and copy the webhook URL. You will require this URL in step 2 when configuring the integration on Rollbar's website.

<img className="rollbar_Get" src="https://mintcdn.com/allquiet/dgY9rsMdwikTmmy-/images/rollbar/03.png?fit=max&auto=format&n=dgY9rsMdwikTmmy-&q=85&s=3ee953ac448b3ece2aec586c38db7a30" width="2156" height="922" data-path="images/rollbar/03.png" />

## 2. Create a custom integration on Rollbar

Sign in to your Rollbar Account.

1. Open `Projects`
2. Select the project you would like to add our integration to. Then click on `+`.

<img className="rollbar_add_integration" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/rollbar/04.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=93254cd879cd1574a2dcb18a5f412958" width="3054" height="1177" data-path="images/rollbar/04.png" />

Our integration can be added via `Webhook`.

<img className="rollbar_webhook" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/rollbar/05.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=27ef9843f8de48f5c0311c4f4bbff039" width="2908" height="1827" data-path="images/rollbar/05.png" />

1. As `URL`, paste in the All Quiet webhook URL you've obtained in step [Get The All Quiet Webhook URL](/integrations/inbound/rollbar#get-the-all-quiet-webhook-url).
2. Click `Enable Webhook Integration`.

<img className="rollbar_create_integration" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/rollbar/06.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=c15850684630a186f383077a7106611d" width="1394" height="712" data-path="images/rollbar/06.png" />

After the integration is created, you will receive as success message. Then, do the following:

1. Delete the `Deploy -> Post to Webhook` rule that is auto-created. It's not working with us.
2. Click `Save Settings`.
3. `Send Test Notification`.

<img className="rollbar_configure_integration" src="https://mintcdn.com/allquiet/7W0VpTIZCctIzo8C/images/rollbar/07.png?fit=max&auto=format&n=7W0VpTIZCctIzo8C&q=85&s=90b350350ed6511279f4d54637fb887b" width="2405" height="1590" data-path="images/rollbar/07.png" />

Open the All Quiet Web App and navigate to your Rollbar Integration. Open the `Payload Mapping` tab.

1. Find the test payload in the`latest payloads`.
2. Our pre-configured `payload mapping` will transform Rollbar notifications into All Quiet incidents. You can adjust the mapping to your liking anytime.
3. Observe how the mapping transforms the selected Rollbar payload into an All Quiet incident.

<img className="rollbar_test_payload_in_all_quiet" src="https://mintcdn.com/allquiet/dgY9rsMdwikTmmy-/images/rollbar/08.png?fit=max&auto=format&n=dgY9rsMdwikTmmy-&q=85&s=177e010b5ba7558986c4cc02975bb023" width="2202" height="2370" data-path="images/rollbar/08.png" />

<Tip>Using our Terraform provider? [Download](https://allquiet.app/api/integrations/terraform/default/Rollbar.tf) the default mapping of the `allquiet_integration_mapping` resource for the Rollbar integration. Simply copy the syntax to your .tf file and tailor the resource to your team's needs!</Tip>

<Check>Rollbar is now successfully integrated with All Quiet.</Check>
