# Integrate with other Slack Apps

### Overview

Suptask is built to identify and parse messages from other Apps / bots in Slack, which it can automatically create tickets from.&#x20;

This can empower you to integrate automatic ticket creation based on triggers from other Slack apps, directly in your Slack workspace.&#x20;

***

### Example use cases&#x20;

* **Alerting App**\
  When an alerting app sends a message in a channel, you would want to have a ticket created automatically in Suptask, in order to remediate that alert and follow up on the task.&#x20;
* **HR onboarding**\
  Have your HR platform (such as Rippling) send a message in a Slack channel which Suptask picks up to make a ticket from. &#x20;
* **Other ticketing systems** \
  When another ticketing system is used, such as Zendesk, you can have it write the ticket as a message in a Slack channel, which Suptask can pick up and create an internal ticket of. \
  This can be useful if several teams need to send tickets to each other across systems.&#x20;

***

### How to set up&#x20;

{% hint style="info" %}
Get started by setting up [Automatic ticket creation](https://support.suptask.com/working-with-tickets/for-agents-who-respond-and-manage-tickets/how-to-automatically-create-tickets-from-new-messages) on your Inbox and Form.&#x20;
{% endhint %}

Before setting up the integration, make sure to create a dedicated channel for the integration, where the other App can post messages and where Suptask can pick these up to create Tickets.

1. Configure a **Form** in your Inbox to create tickets from messages **automatically** in a selected Slack channel.&#x20;
   * [Learn more about the different Form types](https://support.suptask.com/setup-and-configure/forms-and-fields/what-are-ticket-forms-and-fields#type-of-form)
2. Set up your other Slack App to **post messages** to the Slack channel&#x20;
3. Suptask will automatically create a ticket from each new message in the channel, with all the content posted by the other app.


---

# 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://support.suptask.com/integrations-automations-and-workflows/integration-guides/how-to-automate-and-integrate-suptask-with-other-slack-apps.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.
