# Supportpal

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

Spike’s Supportpal integration is a simple, one-way setup that allows you to create Supportpal tickets from incidents on Spike. Whether done manually or automatically via Playbooks, this integration ensures incident details are captured in your helpdesk system efficiently.

***

## Features

* **One-Way Integration**: Create tickets in Supportpal from Spike incidents.
* **Automated Ticket Creation**: Use [Playbooks](/playbooks/introduction-to-playbooks.md) to automate ticket creation.
* **Manual Ticket Creation**: Select one or more incidents from the Spike dashboard and create tickets in Supportpal.

***

## One-Step Setup

This straightforward setup connects Spike to Supportpal using an API token.

**Steps to Set Up**:

{% tabs %}
{% tab title="Setup with API token" %}

1. Go to [Settings > General > Helpdesk Integrations](https://app.spike.sh/settings/general/organisation#org--helpdesk-ticket-management).
2. Enter your Supportpal API token and subdomain.
3. Save the configuration to start sending incidents to Supportpal.
   {% endtab %}
   {% endtabs %}

***

## How to Use?

### Manual Ticket Creation

From the Spike dashboard, select one or more incidents and create Supportpal tickets.

### Automatically Creating Tickets

Use Spike’s **Playbooks** to automate ticket creation during incident triggers. Incident details, timestamps, and other critical data are sent to Supportpal automatically.

***

## FAQs

<details>

<summary>Who can set up and create tickets?</summary>

Anyone in your organization can set up the integration and create tickets. No special permissions are required.

</details>

<details>

<summary>Are there any extra permissions needed for Playbooks?</summary>

Once the integration is set up, no additional permissions are needed for Playbooks. Users can define whether to create tickets with an "Open" or "New" status.

</details>

<details>

<summary>Can Supportpal users create incidents on Spike?</summary>

Not yet. Currently, this is a one-way integration from Spike to Supportpal. Bi-directional sync is under development.

</details>

<details>

<summary>Can I link multiple incidents to one Supportpal ticket?</summary>

No, each incident is linked to a unique Supportpal ticket for better traceability.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.spike.sh/collaboration/helpdesk-integrations/supportpal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
