# Broadcast & Announcements

## Overview

With our new **Announcement** feature, you can now broadcast messages directly to multiple Slack channels with just a few clicks. This is perfect for sharing:

* 🚨 System outages or incident alerts
* 📢 Product updates and news
* ✅ Workflow or process changes

***

### Key Benefits

* **Multi-channel Support**: Send one message to several Slack channels at once.
* **Slack Connect**: Send messages to your customers that you support via Slack Connect.
* **Custom Messaging**: Write a tailored announcement for your audience.
* **Markdown Formatting**: Use Slack markdown to format your message with bold text, bullet points, links, and more.
* **Easy channel selection**: Choose channels based on the Inbox and team (e.g. Customer Support, Engineering, or Ops).

***

### How to Send an Announcement

1. Initiate the announcement by typing `/suptask announce` from your Inbox Responder channel in Slack.
2. **Choose the inbox** the message should be sent from (e.g., Customer Support).
3. **Select one or more Slack channels** you want to send the announcement to.
4. **Write your message** in the editor using Slack markdown if desired.
5. **Click Preview** to review the message before sending.
6. **Hit “Send Announcement”** to broadcast the message instantly.

***

### Use Case Examples

* **Product News**\
  Share new features or improvements with customers in external Slack channels.
* **Incident Updates**\
  Keep internal teams informed during outages or service disruptions.
* **Helpdesk Tips**\
  Proactively send out how-tos or workflow changes to internal help desks.

***

### Example

<figure><img src="/files/XA1gqQ3PMC69tSPUmr6F" alt="" width="375"><figcaption></figcaption></figure>

***

For more help with formatting your announcement message, check out the [Slack markdown guide](https://slack.com/help/articles/202288908-Format-your-messages).


---

# 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/working-with-tickets/broadcast-and-announcements.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.
